[css-d] Nav under header in IE 6 - z-index?

2008-06-19 Thread Eric Heitz
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. I know this could have been set up different and currently brainstorming another way but I would like to fix this issue.

Re: [css-d] Nav under header in IE 6 - z-index?

2008-06-19 Thread Gunlaug Sørtun
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