Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 7 issue

Status
Not open for further replies.

dthomas31uk

Technical User
Oct 19, 2003
107
GB
Hi, Have just installed IE 7 and my webpages have gone a bit out when viewed in IE7. here is one example.


Could it be down to this bit of code in my xhtml file

<link href="InvestStyle.css" rel="stylesheet" type="text/css" media="screen"/>
<!--[if lt IE 7]>
<link href="InvestIEStyle.css" rel="stylesheet" type="text/css" media="screen" />
<![endif]-->

Not sure if the InvestIEStyle.css is being called to handle my IE hacks. Any ideas guys?????
 
You're loading special stylesheet for IE browsers prior to version 7. I suppose the designer was hoping most of the hacks needed to have the page display correctly in IE6 would be fixed for 7, but they weren't. We would need to know what is in that stylesheet (different from the main stylesheet) to see if IE7 is still having problems with it. You link, BTW, does not work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top