Re: [css-d] IE 6 is butchering my pages.

2008-04-25 Thread Alan K Baker
Flatulus Antiquitus - Original Message - From: Jess Jacobs To: css-d@lists.css-discuss.org Sent: Tuesday, April 22, 2008 4:23 PM Subject: [css-d] IE 6 is butchering my pages. Hi all, A small troubleshooting problem that is driving me CRAZY: http://www.akisma.com/design

[css-d] IE 6 is butchering my pages.

2008-04-24 Thread Jess Jacobs
Hi all, A small troubleshooting problem that is driving me CRAZY: http://www.akisma.com/design/carrot/ Renders fine in every other browser I've checked, but in IE6, the home page renders fine, aside from a little bordering around the photo that looks trashy (any suggestions?) but all the other

Re: [css-d] IE 6 is butchering my pages.

2008-04-24 Thread Mark Wheeler
Hi Jess, It looks like you have a float clearing problem. Here is a link that gives some good info on how to resolve these issues. http://www.quirksmode.org/css/clearing.html In your case there are a couple of things you can do. On your #main div add an overflow: hidden and a width of 100%