Hi there
I am working on a template for a new website and the homepage looks fine in every browser except IE (all versions).
I believe it has something to do with the line of code below as this shows up at the top of the page:

<!--[if lt IE]> <![endif]-->  

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

Can anybody help?

http://home.comcast.net/~waynetorrance/roomies/index.html

Recommended Answers

All 4 Replies

If you haven't got a file called ie.css in your website you can take it out without any problems. It looks like you have a problem with the footer part of the page in IE

I have a file called ie.css. Every other browser looks fine. IE is causing me headaches. I took out the line of code that corresponded with it and the whole page turned to crap. Do I have to take out the ie.css file as well?? (thank you for your quick reply!)

Solved! yeah!
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.