Skip to main content
Participant
December 6, 2007
Question

Show Poup-Up Menu mouseover cursor

  • December 6, 2007
  • 4 replies
  • 330 views
Hi, Am really thakful to Macromedia team for developing all the products. Am facing a problem in Dreamweaver from very long time. That is When I applyed a Show Pop-Up Menu from Behaviors to a Image, am getting submenu, it is fine, but when am rolling over the submenu list am not getting Cursor style Hand in Mozilla(Fire Fox) only, yea am having it in IE.

So please let me know very soon if there is any solution for this. I tryed lot but Am not getting.

Please help me.
This topic has been closed for replies.

4 replies

Inspiring
December 7, 2007
On Thu, 6 Dec 2007 20:36:13 -0500, "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote:

>Eek - how could I have missed that.

Old age catching up with us. ;-)

Gary
Inspiring
December 7, 2007
Eek - how could I have missed that.

Dump the menus, and use something reliable....

Check the uberlink and MacFly tutorials at PVII -
http://www.projectseven.com/

and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/articles/dropdown/

Or this one (more recent article):
http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp

Or to get it done fast, go here -

http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Gary White" <reply@newsgroup.please> wrote in message
news:v8egl35130c6rapdrfb3vh2um29jnjqn86@4ax.com...
> On Thu, 6 Dec 2007 12:22:10 -0500, "Murray *ACE*"
> <forums@HAHAgreat-web-sights.com> wrote:
>
>>Look at your code.
>>
>>This will NOT produce the desired cursor -
>>
>><img onmouseover="...">
>>
>>This WILL produce the desired cursor -
>
> Actually, it won't. The OP is talking about the sub-menu in a Show
> Pop-up Menu behavior:
>
>>When I applyed a
>>Show Pop-Up Menu from Behaviors to a Image, am getting submenu, it is
>>fine,
>>but when am rolling over the submenu list am not getting Cursor style
>>Hand in
>>Mozilla(Fire Fox) only, yea am having it in IE.
>
> That problem is the smallest in a long list of problems with that menu
> system, as you well know, Murray. Time to paste the advisory about that.
> ;-)
>
> Gary

Inspiring
December 6, 2007
On Thu, 6 Dec 2007 12:22:10 -0500, "Murray *ACE*"
<forums@HAHAgreat-web-sights.com> wrote:

>Look at your code.
>
>This will NOT produce the desired cursor -
>
><img onmouseover="...">
>
>This WILL produce the desired cursor -

Actually, it won't. The OP is talking about the sub-menu in a Show
Pop-up Menu behavior:

>When I applyed a
>Show Pop-Up Menu from Behaviors to a Image, am getting submenu, it is fine,
>but when am rolling over the submenu list am not getting Cursor style Hand in
>Mozilla(Fire Fox) only, yea am having it in IE.

That problem is the smallest in a long list of problems with that menu
system, as you well know, Murray. Time to paste the advisory about that.
;-)

Gary
Inspiring
December 6, 2007
Look at your code.

This will NOT produce the desired cursor -

<img onmouseover="...">

This WILL produce the desired cursor -

<a href="#" onmouseover="..."><img...></a>

You solution would be to move the mouseover event and its corresponding
javascript call from the <img> tag to the <a> tag. If there is no <a> tag,
you can add one.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"babloooo" <webforumsuser@macromedia.com> wrote in message
news:fj895n$bpg$1@forums.macromedia.com...
> Hi, Am really thakful to Macromedia team for developing all the products.
> Am
> facing a problem in Dreamweaver from very long time. That is When I
> applyed a
> Show Pop-Up Menu from Behaviors to a Image, am getting submenu, it is
> fine,
> but when am rolling over the submenu list am not getting Cursor style
> Hand in
> Mozilla(Fire Fox) only, yea am having it in IE.
>
> So please let me know very soon if there is any solution for this. I tryed
> lot
> but Am not getting.
>
> Please help me.
>