View Single Post
Old 12-09-2012, 10:46 AM   PM User | #2
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
IE is often weird, but none?

I suppose there could be an oddity with the stylesheet syntax, or with the way it is linked to the page. Are you defining a DOCTYPE on your page, and specifying the meta-data as shown below?

Code:

<link rel="stylesheet" type="text/css" href="file.css">
Edit: Yeah, I guess you are, or it wouldn't validate.

We can only take wild guesses without looking at some code or something.
Custard7A is offline   Reply With Quote