Closed
Bug 273384
Opened 21 years ago
Closed 21 years ago
only styles from one style sheet rendered
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aaron, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
<link rel="stylesheet" href="/chile/chile2.css" type="text/css">
<link rel="stylesheet" href="/styles2.css" type="text/css">
only /styles2.css is rendered.
They both have been rendering fine in firefox until today. I installed firefox
on another pc running win xp and everything looks correct. So, I'm not sure if
something was turned off of my browser without my knowledge. Since I haven't
touched firefox's options on my computer I don't think that is the issue.
I changed the href of /chile/chile2.css to
http://www.adventure-life.com/chile/chile2.css and it renders correctly.
It should rendered when called either way.
Reproducible: Always
Steps to Reproduce:
1. go to www.adventure-life.com/chile/chile.php
Actual Results:
The page is only partially structured with css
Expected Results:
all styles from both stylesheets should be rendered
I tested this on another machine and it rendered correctly... so I don't know if
you will get the same results.
Comment 1•21 years ago
|
||
WFM 20041205 PC/Win2000
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5)
Gecko/20041107 Firefox/1.0
>
> <link rel="stylesheet" href="/chile/chile2.css" type="text/css">
> <link rel="stylesheet" href="/styles2.css" type="text/css">
>
> only /styles2.css is rendered.
>
> They both have been rendering fine in firefox until today. I installed firefox
> on another pc running win xp and everything looks correct. So, I'm not sure if
> something was turned off of my browser without my knowledge. Since I haven't
> touched firefox's options on my computer I don't think that is the issue.
>
> I changed the href of /chile/chile2.css to
> http://www.adventure-life.com/chile/chile2.css and it renders correctly.
>
> It should rendered when called either way.
>
> Reproducible: Always
> Steps to Reproduce:
> 1. go to www.adventure-life.com/chile/chile.php
> Actual Results:
> The page is only partially structured with css
>
> Expected Results:
> all styles from both stylesheets should be rendered
>
> I tested this on another machine and it rendered correctly... so I don't know if
> you will get the same results.
I have recently noticed that when trying to do a work around by using the href
http://www.adventure-life.com/chile/chile2.css a background image does not
appear. In the stylesheet the url src for the image is /chile/img/lgicon.gif
I have gone to firefox's Tools/Options... and under Privacy Cleared everything
then restarted firefox. Now the page looks correct. But, I still don't know
what happened.
Comment 4•21 years ago
|
||
Since you solved the problem this is WFM
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•