September 24, 200817 yr Hi everyone, I'm Thierry and I just started learning webdesign. Right now here's my work in progress: www.online-photo-lessons.com My problem is that the homepage doesn't display well in IE6 specifically: the whole content got dropped down except the navbar and the title bar. Most important: The page looks fine in any other browser (IE7, FF or Safari). Can someone please enlight me on how to solve this issue with IE6? Since I'm a total beginner, any assistance is greatly appreciated. Thanks in advance, Thierry
October 1, 200817 yr Havent got time to look into your code but i'd simply say check out margins, paddings and floats in the css.. those are usually the 3 main causes of what your describing! Keep at it, and once you find the problem you'll remember for next time
October 1, 200817 yr Author Havent got time to look into your code but i'd simply say check out margins, paddings and floats in the css.. those are usually the 3 main causes of what your describing! Keep at it, and once you find the problem you'll remember for next time Thanks for the suggestion: Do I need to make some conditional statements just for IE6 margins/paddings?
October 3, 200817 yr Im not really one for hacks youd be best getting it all working naturally! With what your doing this is easily acheivable without conditional statements. But sometimes they are necessary in which case use a different css to link to for IE 6.. eg <link rel="stylesheet" type="text/css" media="screen" href="css/stylesheet.css" /> <!--[if lt IE 7]><link rel="stylesheet" type="text/css" media="screen" href="/css/ie_override.css" /><![endif]-->
Create an account or sign in to comment