[css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread Steve Caramia
I've corrected and validated the markup (thanks for the tutorial!) and linked a separate ie css file. But I still can't correct the position problem here in ie6 and 7. http://www.caramiadesign.com/ ??? __ css-discuss

Re: [css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread Steve Caramia
Good! Make the following changes to your CSS in the head of the document. #table ul { overflow: hidden; - :: add :: margin: 22px 0 0 88px; -- :: add :: padding:0; -- :: add :: padding: 6px 0 0 0px;

Re: [css-d] IE6 and 7 horizontal list shift

2009-11-12 Thread David Laakso
Steve Caramia wrote: I've corrected and validated the markup (thanks for the tutorial!) and linked a separate ie css file. But I still can't correct the position problem here in ie6 and 7. http://www.caramiadesign.com/ ??? Good! Make the following changes to your CSS in the