Closed
Bug 303367
Opened 19 years ago
Closed 19 years ago
FireFox doesn't load linked stylesheets
Categories
(Firefox :: File Handling, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jean.biver, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050603 Netscape/8.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050603 Netscape/8.0.2 When I include a linked stylesheet in my homepage, FireFox 1.0.6 and Netscape 8.0 won't load them. I link them with <link type="text/css" rel="stylesheet" href="style.css"></link>. Research in newsgroups has yielded that the ISP hasn't associated the correct MIME type with stylesheets. It should be noted that my ISP runs Microsoft technology. However the problem also arises when I load the web page from the hard disk. Reproducible: Always Expected Results: indentify the file type by the file extension of file content
You have a rogue { at the start of your stylesheet and a } at the end, if you
remove them it should load.
For future reference, you can check your CSS with this checker:
http://jigsaw.w3.org/css-validator/
INVALIDStatus: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•