Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Show Poup-Up Menu mouseover cursor

New Here ,
Dec 05, 2007 Dec 05, 2007
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.
TOPICS
Server side applications
331
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2007 Dec 06, 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.
>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2007 Dec 06, 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 06, 2007 Dec 06, 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 07, 2007 Dec 07, 2007
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines