IE fixes by eckert


IE is so stupid that you have to use special code to tell it what to do.

Put the following code in your header underneath the current link that pulls your CSS info -

	<!--[if lte IE 7]>
		<link rel="stylesheet"
		href="http://www.yourdomain.com/ie7sucks.css"
		type="text/css" />
   	<![endif]-->

Just change the top code to IE 6, or IE 7 or whatever crappy version you are trying to fix.

Then just make a CSS file (feel free to rename the CSS to anything that represents your distaste for IE).

You only have to add the changes in that CSS that you want made, you don’t have to repeat the entire CSS.  Since you placed this code below your other CSS link, it will pull that one first, recognize how terrible IE is and then pull your fixes.

Tags: , , , ,

Leave a Reply


It’s Called Web Design is proudly powered by WordPress
Entries (RSS) and Comments (RSS). Valid XHTML