Thread: Minor IE7 fix
View Single Post
Old 10-07-2012, 01:44 PM   PM User | #6
bigcasey123
New Coder

 
Join Date: Feb 2012
Posts: 95
Thanks: 1
Thanked 5 Times in 4 Posts
bigcasey123 is an unknown quantity at this point
You could add this
Code:
 <!--[if IE 7 ]> <link href="ie7.css" rel="stylesheet" type="text/css" /> <![endif]-->
to the header (under the meta tags) then make a ie7.css and mess around with it. It will only change stuff in IE7 and not other browsers.
bigcasey123 is offline   Reply With Quote