Re: [css-d] CSS Horizontal Menu: Z-Index problems with Internet Explorer

2006-04-19 Thread Tim Spangler
Ingo Chao Wrote: > The current version of your page shows the problem in every browser. > > - Remove these two lines > > .links ul li { > float: left; > /* position: relative; */ > /* z-index: 1; */ > } > > > - add > .links li:hover, li.over { > position: relative; > z-index: 1 > }; >

Re: [css-d] CSS Horizontal Menu: Z-Index problems with Internet Explorer

2006-04-19 Thread Ingo Chao
Tim Spangler wrote: > ... When the page is resized and the horizontal menu items stack, the > submenus > display behind the top level menu items, not above them. This only occurs > with Internet Explorer, not Firefox (1.5.0.2) or Opera (8.54). > ... I did some major trolling of the css-d publi

[css-d] CSS Horizontal Menu: Z-Index problems with Internet Explorer

2006-04-18 Thread Tim Spangler
Hello all, I've been reading up on CSS for the last 2 weeks or so, so I guess that means I'm still pretty much a newb. I've run into some Problems with a CSS based Horizontal menu in IE, and need some help. When the page is resized and the horizontal menu items stack, the submenus display beh