On 6/6/07, daniela froehlich wrote:
> I am using Tanfa's CSS drop-down menu which works fine.
> Now I also want to use a "hover-over" picture.
> Unfortunately IE now displays the submenu behind the "hover-over" pic.
> See a sample here:
> http://www.artworksbyrene.com/test.html

It seems a stacking problem, try adding a z-index to the li elements
of the menu:
#navig li { z-index: 1 }

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to