View Single Post
Re: Firefox/Internet Explorer Issues
Old
  (#7 (permalink))
prashrb
Banned
prashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these partsprashrb is infamous around these parts
 
Status: Offline
Posts: 180
Points: 0.0
Bank: 0.0
Total Points: 0
Donate
Join Date: Jul 2007
Rep Power: 0
Re: Firefox/Internet Explorer Issues - 10-05-2007, 11:37 AM

On a quick glance, I noticed this:
<style type="text/css" media="screen">@import url("styleIE.css");</style>

@import url is supposedly does not completely support for IE 6 or lower. IE 6 have the issue of media designation

I shall suggest to try coding with the conventional way,

<link href="http://daintystar.com/styleIE.css" rel="stylesheet" type="text/css">

Let's see if this solves the issue.

P.S. I use Linux/FireFox and the site was appearing perfectly fine.
   
Reply With Quote