Thread: 5px gap
View Single Post
  #2 (permalink)  
Old Apr 21st, 2008, 22:21
karloff karloff is offline
Reputable Member
Join Date: Dec 2005
Location: scotland
Age: 27
Posts: 141
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 5px gap

not really a fix for your problem but i find that conditional comment sorts out ie problems quickly

<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6.css" media="screen, print" />
<script defer type="text/javascript" src="js/pngfix.js"></script>
<![endif]-->

<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" href="css/ie7.css" media="screen, print" />
<![endif]-->
Reply With Quote