Closed Bug 269929 Opened 20 years ago Closed 20 years ago

The buttons created by the style sheet are not displayed correctly

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: joachim, Assigned: bugzilla)

References

()

Details

User-Agent:       Opera/7.54 (Windows NT 5.1; U)  [en]
Build Identifier: Mozilla/5.0 Firefox 1.0

The CCS in use defines 3 different colours for :link :visited :active, Firefox 
doesn't display this at all. 

Reproducible: Always
Steps to Reproduce:
1. enter the URI into the browser
2.use the links of the menu
3.

Actual Results:  
the menu items were correctly called up but the colouring in the style sheet is 
neglected by Firefox. 

Expected Results:  
Just like IE it should display yellow text for active links, blue text for 
unvisited links and purple text for visited links
worksforme linux fx1.0

I see all four of the link colors specified by
<http://www.e-meyn.com/jm/basic_layout.css> in
<http://www.e-meyn.com/jm/left.html>, the left-hand frame of
<http://www.e-meyn.com/jm/default.html> as expected.

a.menu:link { color: Navy; }
a.menu:visited { color: Purple; }
a.menu:hover { color: Red; }
a.menu:active { color: Yellow; }
Looks even better in Firefox than it does in IE here. WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
(In reply to comment #2)
> Looks even better in Firefox than it does in IE here. WFM.
Well, sorry to say, I don't. It briefly shows yellow when pressing the link but 
that's all. The visited links never change to purple
Is visited link coloring working for you elsewhere? Do you have history size set
to a reasonable value? Have you tested with a clean profile, or at least
extensions disabled?
You need to log in before you can comment on or make changes to this bug.