Closed
Bug 115985
Opened 24 years ago
Closed 24 years ago
A:hover CSS Style broken by <BR> inside styled block
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: vicentesalvador, Assigned: jst)
Details
Attachments
(1 file)
|
338 bytes,
text/html
|
Details |
Just test the sample attached below. The two lines should be bolded when the
mouse is over but only text before <BR> are bolded.
| Reporter | ||
Comment 1•24 years ago
|
||
I cannot attach the file so here is the sample code:
<HTML>
<HEAD>
<STYLE TYPE='text/css'>
<!--
a {
font-size:10pt;
text-decoration: none;
font-family: arial,verdana,sans-serif;
}
a:hover {
color:'yellow';
font-weight: bold;
}
-->
</STYLE>
</HEAD>
<BODY>
<A HREF="">Text of hyperlink <BR> Put mouse over. This should also be bolded </A>
</BODY>
</HTML>
Comment 2•24 years ago
|
||
Confirmed. (BuildID: 2001 12 18 03/Win98)
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
Same as bug 111228, so also a duplicate of bug 98783.
Comment 5•24 years ago
|
||
*** This bug has been marked as a duplicate of 98783 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•