Closed
Bug 32416
Opened 26 years ago
Closed 26 years ago
Problem with styles and tables.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: wilton, Assigned: karnaze)
References
()
Details
If you try to use the following styles:
A:Hover
{
font-weight : bold;
color : yellow;
}
A:Active
{
color : blue;
}
on the same page as a table with links in it, then it will render the links in
the table worthless. I've narrowed it to these two styles. For a demonstration
go to www.paranoia.net and click on phreaking in the drop down box. Then try to
click on any of the links in the table.
Comment 1•26 years ago
|
||
with mozilla bits for 2000031905 (beta1 branch) and 2000031908 (trunk), the
hovered links at paranoia.net work fine (for me). wilton : what build were
you testing with?
Comment 3•26 years ago
|
||
wilton@viser.net - are you still seeing this problem on recent builds of Mozilla?
Gerv
This bug is no longer existent. It has been fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
the bug isn't there anymore. marking verified using build 2000051220
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•