Closed
Bug 152598
Opened 23 years ago
Closed 23 years ago
Mozilla don't care about CSS-Information generated in a php file
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: iver, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
we try this in the header of a page (shortened representation):
<link rel="stylesheet" type="text/css" href="cs_css.php?cid=X&rid=Y">
cs_css generates CSS-information depending on the X and Y
IE6 and Netscape 6.2 can handle this, mozilla can not
Reproducible: Always
Steps to Reproduce:
1. see the URL
Actual Results: see the URL
Expected Results: handle the CSS-Information an show the webpage properly (see
same page with IE6 or Netscape 6.2)
Comment 1•23 years ago
|
||
This is a problem with your server :
=============================================================================
--16:41:53-- http://wisspro1.informatik.uni-hamburg.de/jackewit/2002ws/htdocs/c
s_css.php?cid=1
=> `cs_css.php@cid=1'
Resolving wisspro1.informatik.uni-hamburg.de... done.
Connecting to wisspro1.informatik.uni-hamburg.de[134.100.10.50]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
=============================================================================
Your server sends the file as text/html while it should text/css.
Mozilla ignores such wrong served CSS in the internal standards mode.
(see ctrl+I and Render Mode in the first Tab)
You should fix the server. As a workaround you can remove the doc-type.
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 2•23 years ago
|
||
AfAIK You can also change the oputput mime-type in the php script...
You need to log in
before you can comment on or make changes to this bug.
Description
•