Forums
This topic is locked
Text cursor with pop-menu in Mozilla Firefox?
Posted 23 May 2007 20:58:00
1
has voted
23 May 2007 20:58:00 aublet yan posted:
HelloI have a question.
I'm working on dreamweaver 8.
I add a popup menu through Behaviors.
When i preview the page in Mozilla Firefox browser, the mouse does not change it's cursor to a regular hand or pointer like it does when it hovers over usual links.
Instead, it produces the text cursor.
Is there a way to force it to the hand/pointer when it hovers over a link in the menu?
I need help. Thank you
Yan
Replies
Replied 08 Oct 2008 05:34:42
08 Oct 2008 05:34:42 A L replied:
Go into your mm_menu.js file (which Dreamweaver created for you) and search for this string:
l.style.cursor = "hand";
...and change it to...
l.style.cursor = "pointer";
From what i've read, IE understands "hand", but Firefox does not. However, both understand "pointer".
Edited by - aluchsinger on 08 Oct 2008 05:36:20
l.style.cursor = "hand";
...and change it to...
l.style.cursor = "pointer";
From what i've read, IE understands "hand", but Firefox does not. However, both understand "pointer".
Edited by - aluchsinger on 08 Oct 2008 05:36:20