Jason Hilton wrote: > www.theonlinecookbook.com/ver2/ > > Here are the urls for my CSS files: > www.theonlinecookbook.com/ver2/css/cookbook-interface.css > www.theonlinecookbook.com/ver2/css/cookbook-iefixes.css > > Currently only the front page works, I'm doing some major application > changes as well so it's slow going. Now when I look at the code in IE > 5.0and IE > 5.5 on my prod server it looks ok, but not in IE 6. But when I look at my > dev server it looks fine in all three versions. If you were to look at the > page in firefox 1.5 you will see what it should look like.
The page is broken here in IE6. The iefixes are applied, though. The problem is related to the whitespace before the Doctype. Your page looks well in quirks mode, and breaks in standards mode. On a local copy with this whitespace removed, the page is in standards mode, and breaks. An empty comment before the doctype <!----><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> fixes the problem in IE6 and IE7b2. Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/