Page 1 of 1

How do I break my CSS so it works in IE6

Posted: Wed Mar 21, 2007 6:11 am
by Kadanis
Hi Guys

I'm working on a friends site doing some basic layouts and stuff, and for the first time, I'm going all out with the whole CSS table-less design layout thing.

I think I've got a pretty good handle on it, and I get a great looking layout in Firefox, Opera, Safari etc, except (you guessed it) in IE6.

Does anyone have any advice on how to break CSS so that it will work in IE6 but still display correctly in FF, Opera etc

Heres the page

http://www.germaniatravel.com/index.php5

CSS is in http://www.germaniatravel.com/css/styling.css

Posted: Thu Mar 22, 2007 7:19 pm
by Christopher
Don't break it, just use extra wrapping divs to fix the box model problems. Use the wrapper divs for padding and margins.