|
Posted by Michael Winter on 11/05/06 14:30
Vince Morgan wrote:
> I'm having a bit of a problem with a style sheet. ... The link is
> between the '<head></head>' tags and works in IE, but not Mozilla.
[snip]
> As the page is generated via php I eventualy loaded the sheet into a
> var and embedded it, which works fine in either browser.
When PHP was generating the style sheet, did you set the Content-Type
header appropriately? Mozilla will, quite reasonably, refuse to use a
style sheet that isn't labelled with the text/css MIME type. This would
have been reported in the error console.
[snip]
If you still have problems, post a /link/ to a simple demonstration.
Mike
[Back to original message]
|