Hi y'all, Can somebody tell me why nav div is showing up behind my picture (in IE only)? http://www.armstrongengraving.com/nickel_pages/how-dusty-met-digger-hobo-nickel.shtml If you hover over the coins link, you'll see (again - IE only) that the div is behind the picture. Thanks. Rob
Hi Rob, I think the z-index (order) of the elements hasn't been set so that the menu appears over everything. So find the menu CSS and add: position:relative; z-index:100; To sort it over everything on the page. Or alternatively try giving the image a lower z-index.
Hi lektrikpuke, wd 2k6 is right, and to save you any time searching, try changing the .body_top_nav z-index to -1 Tested with IE 7, works fine.
Thanks guys. Sorry about asking such a dumb question; it's just that after work (we're making a new site using mostly css), I was just tired out. Tried a few z-index changes and nothing seemed to work. Obviously I was changing the wrong things (and feel ashamed now).