![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have set up a open new browser window behavior which works fine, but what I would like is to have the link that opens the new browser window appear like the standard pointed finger when you mouse over it, now it just an arrow so it is hard to tell it is a link. How do I do this? |
#3
| |||
| |||
|
|
As the link, in other words put javascript:; as the link in the properties panel. |
#4
| |||
| |||
|
|
This usually means that you have not applied the link properly - can you show me the code? -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "JFK" <123 (AT) microsoft (DOT) com> wrote in message news:coffsf$ekc$1 (AT) forums (DOT) macromedia.com... I have set up a open new browser window behavior which works fine, but what I would like is to have the link that opens the new browser window appear like the standard pointed finger when you mouse over it, now it just an arrow so it is hard to tell it is a link. How do I do this? |
#5
| |||
| |||
|
|
click any image... see how it stays an arrow |
#6
| |||
| |||
|
|
click any image... see how it stays an arrow None of those are links, as they should be. Right now, this only works IF a person has javascript. The best fix for this is to take this: img onClick="MM_openBrWindow('../images/dinettepics/dinette1large.jpg', 'dinette1', 'location=yes,status=yes,menubar=yes,scrollbars=ye s,resizable=yes,width=400, height=350')" and change it to this: a href="../images/dinettepics/dinette1large.jpg" onClick="MM_openBrWindow('../images/dinettepics/dinette1large.jpg', 'dinette1', 'location=yes,status=yes,menubar=yes,scrollbars=ye s,resizable=yes,width=400, height=350')" img /a -Darrel |
#7
| |||
| |||
|
|
and change it to this: a href="../images/dinettepics/dinette1large.jpg" onClick="MM_openBrWindow('../images/dinettepics/dinette1large.jpg', 'dinette1', 'location=yes,status=yes,menubar=yes,scrollbars=ye s,resizable=yes,width=400, height=350')" img /a |
#8
| |||
| |||
|
|
Not exactly. :-) That will result in the image being opened in both the original window AND the popup window. |
#9
| |||
| |||
|
|
Aw crap. Good catch...you need the 'return false' in there as you have shown. |
|
I suppose you could put the target="_blank" in there too, but again, I prefer to let the end-user decide that action. |
#10
| |||
| |||
|
|
Since, if the user has JS enabled, you've already taken that choice away, I assumed you'd want to keep it away. ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |