Hey guys,
I am working on a page that works perfectly in firefox, chrome, safari, and opera, but not in IE. I am trying to make the page semi-fluid, that is you can minimize the content of the page to an extent before the content stops getting smaller. That's where the min-width comes in. It just has no affect in IE. I have an outer div containing all the elements of my page with a min-width set to 960px, and in IE you can keep smashing the content down until the size of the text finally stops it. Anybody know why min-width is not working for me in IE? I am running IE8, but at the top of all my code I have <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> so apparently its rendering it somewhat like IE7 to get a consistent feel. This may be whats causing the problem, any ideas? Thanks.
Caleb