This usually happens when:
o You discover that moving the mouse off the submenu
background and over a button makes the submenu
disappear.
o You try to fix this by adding an onmouseover
behavior to the button, making the submenu visible
again.
If this sounds familiar, then the flicker is occurring
because, however briefly, the submenu layer is going
invisible and then visible again.
The answer is *not* to use the layer's onmouseout event
to make it invisible. Instead, use the onmouseover event
of something larger than (and behind) the submenu layer.
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)
|/---------------------------------------------------
*----------------------------------------------------