Hi everybody,

I want to fix the IE8 problems with an ie8-specific stylesheet.

So I put this in the head (just before </head>):

<!--[if IE8]>
<link rel="stylesheet" type="text/css" href="ie8.css" />
<![endif]-->

That file is on the same level as the index. I put this spec to test in ie8.css:


body {
        background:none;
        width : 100%;
        font-family: Georgia, sans-serif;
        text-align : center;
        
}

And no change. 

What am I doing wrong?


http://www.caramiadesign.com/fredio_last/


Steve



(sorry -- all the css is minified: Cloudflare)




¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!

CARAMIA DESIGN      510.525.4525      caramiadesign.com

¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!¿?¡!





______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to