Dropdown menus

G

Guest

I've created a rollover drop down menu with hyperlinks on it using layers and
behaviors. However, as I mouseover the dropdown menu layer, it flickers on
and off. Any ideas on how to fix this?
 
G

Guest

This usually occurs because you code a behavior to close the menu when its
onmouseout event fires. Unfortunately, this event also fires when the mouse
passes over something *insde* the menu layer. People usually try to fix this
by putting a behavior on that inside thing to quick redisplay the menu layer,
but the layer still disappears briefly. That is, it flickers.

So, you need to get rid of those onmouseout behaviors that set the layer's
visibility to hidden, and instead:

1. Surround the layer with something else, like a
transparent GIF.
2. Make the transparent GIF "visible" when you make the
menu layer visible,
3. Make both the transparent GIF and the menu layer
invisible when the transparent GIF gets onmouseover.

For more detailed instructions, browse:

Creating DHTML Menus in FrontPage 2003
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

fly out menu/ layers 2
re-invening menu 1
Dropdown menus.... 1
menu drop down list 1
Why does the drop down menu flicker on mouseover menus? 1
A Quick Behavior Experiment 4
Layer Behaviors 1
Layers 5

Top