I have a submenu which consists of Interactive Buttons on layer. The
submenu layer has visible onmouseover restore onmouseout.

The calling button has set submenu layer visible on mouseover and restore
onmouseout.

When I move the mouse between buttons on the submenu it seems that the
entire submenu layer hides and then restores to visible, making it flash.

How can I stop this?

Roger

Re: Submenu flashes by Ronx

Ronx
Sun Aug 27 03:22:26 CDT 2006

Remove the onmouseout behaviour from the layer. As the mouse moves over a
button, the onmouseout event on the layer will fire, followed by the
onmouseover event, causing the flash.

See http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28
and
http://myweb.tiscali.co.uk/jonspivey/menus/index.html

for alternative methods.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Roger" <x@y> wrote in message
news:OES0lsVyGHA.3844@TK2MSFTNGP06.phx.gbl...
>I have a submenu which consists of Interactive Buttons on layer. The
>submenu layer has visible onmouseover restore onmouseout.
>
> The calling button has set submenu layer visible on mouseover and restore
> onmouseout.
>
> When I move the mouse between buttons on the submenu it seems that the
> entire submenu layer hides and then restores to visible, making it flash.
>
> How can I stop this?
>
> Roger
>



Re: Submenu flashes by Roger

Roger
Tue Aug 29 22:59:01 CDT 2006

Thanks for your helpful response.

Roger

"Ronx" <ronx917@hotmail.com> wrote in message
news:OzdyrHbyGHA.4044@TK2MSFTNGP04.phx.gbl...
> Remove the onmouseout behaviour from the layer. As the mouse moves over a
> button, the onmouseout event on the layer will fire, followed by the
> onmouseover event, causing the flash.
>
> See http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28
> and
> http://myweb.tiscali.co.uk/jonspivey/menus/index.html
>
> for alternative methods.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Roger" <x@y> wrote in message
> news:OES0lsVyGHA.3844@TK2MSFTNGP06.phx.gbl...
>>I have a submenu which consists of Interactive Buttons on layer. The
>>submenu layer has visible onmouseover restore onmouseout.
>>
>> The calling button has set submenu layer visible on mouseover and restore
>> onmouseout.
>>
>> When I move the mouse between buttons on the submenu it seems that the
>> entire submenu layer hides and then restores to visible, making it flash.
>>
>> How can I stop this?
>>
>> Roger
>>
>
>