Closed
Bug 319553
Opened 20 years ago
Closed 20 years ago
dynamicaly generated via .php stylesheet do not work
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: f.kowal, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7
i wanted to attach a dynamicaly generated css stylesheet
<link media='all' href='css/dynamic.php?left=100' rel='stylesheet' type='text/css'>
it doesn't seem to work
the generated source is good but it doesn't seem to be attached to the documents styles
Reproducible: Always
i've checked the access log and the document is being downloaded
127.0.0.1 - - [08/Dec/2005:16:06:44 +0100] "GET /css/dynamic.php?left=100 HTTP/1.1" 200 106
| Reporter | ||
Comment 1•20 years ago
|
||
i am sorry i did not notice the errors in the javascript console
after adding the propery header('Content-type: text.css') to the file problem solved it self
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•