the css menu is not a problem

May 23, 2008

Yahoo Menu Bar not displaying over crossfading images

Hi - love the menus and am testing the Yahoo Style menu at www.tq2008.csbinternet.co.uk however the menu displays behind the crossfading images.
I realise it may not be the menu, can the menu be coded to always appear on top? or is it because teh crossfading is loading a new image it will overwrite whats already there?
Thanks


Answer:


Hi,
the crossfading images have absolute position.

You need to enclose the DIV id="f-source-menu" in another DIV with
absolute position and z-index.
(z-index for DIV id="menu" doesn't take effect)

For example:

<div style="position:absolute; z-index:999;">
     <div id="f-source-menu" style="position:relative;">
        .....
        .....


Regards
Dmitry
f-source.com

No comments: