| 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. |