Closed
Bug 308797
Opened 19 years ago
Closed 19 years ago
XSLT referenced CSS not used
Categories
(Core :: XSLT, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ruediger.jungbeck, Assigned: peterv)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 The CSS file is not used (and the fields are placed vertical instead of horizontal). The sample works on Firefox 1.06 and IE6. Replacing the relative stylesheet reference with an absolute one does not solve the problem (266465). I have also seen problems loading relative referenced CSS files (like ../style.css) from .html files in an intranet application, but I'm not able to easily reproduce them (I don't know why). Reproducible: Always
Updated•19 years ago
|
Assignee: nobody → peterv
Component: General → XSLT
Product: Firefox → Core
QA Contact: general → keith
Version: unspecified → 1.8 Branch
Comment 1•19 years ago
|
||
DOM inspector actually shows that the href js property of the link element goes to http://www.rsj.de/firefox/style.css, like it should. Could it be that the CSS loader is confused by the mix of XML and HTML docs? (That may just be me trying to blame some other code, of course.)
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•19 years ago
|
||
The reason for the malfunction was that Firefox 1.0* is not case sensitive with elements names in the .css file, whereas Firefox 1.5 is case sensitive.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•