Hi DP members, Almost all of my website are having displaying properly in IE7. Is there any fix in CSS or html that I can use to fix the widths, floats ... Kind regards Kal
You can solve this problem by adding IE7 specific stylesheet. Add these after </title> tag and before </head> <!--[if IE 7]> <link rel="stylesheet" type="text/css" media="screen" href="style-ie7.css" /> <![endif]--> In style-ie7.css you can define specific selectors and rules that works in that browser.