Eric Heitz wrote: > Trying to fix my l/h nav to stack on op of the header above. I am > using negative margins to move the l/h nav up. Works in IE 7 but IE 6 > shows it under the the header.
> http://www.kucia.com Add... #leftcolumn {position: relative;} ...to fix IE6' stacking-problems. > I started playing with the z-index with no luck and will play with > other layouts to try and fix. Note that 'z-index: (any value)' can _only_ affect relative, absolute or fixed positioned elements, so your existing 'z-index' on ul#main_nav has no effect whatsoever. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
