Thread: Help with IE 6
View Single Post
  #8   Spotlight this post!  
Unread 20-02-2010, 19:24
WebTeam WebTeam is offline
Registered User
FRC #0573
 
Join Date: Feb 2010
Location: Birmingham Michigan
Posts: 5
WebTeam is an unknown quantity at this point
Re: Help with IE 6

With in the code of your page you have -
<!--[if lte IE 6]>
<script type="text/javascript" src="supersleight.js"></script>
<link href="ie.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link href="ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->


Eliminate the <!--[if lte IE 6]> statement at the beginning of the Script code and the <![endif]--> at the end of the IE6 scripts Those scripts are non functional with those two lines surrounding them.

If this doesn't work there are other ways to have the page forward to a totally new url page for IE 6 only browsers

Hope this helps
http://team573.com