Closed Bug 38926 Opened 25 years ago Closed 25 years ago

problems with table borders

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 24113

People

(Reporter: Henric.Boehm, Assigned: karnaze)

Details

After event "mouseout" the cell border are not displayed correctly. All cells have afterwads borders. The attribute rule is ignored. It happens with this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <HTML> <HEAD> <TITLE>testing</TITLE> <META http-equiv="Content-Style-Type" content="text/css"> </HEAD> <BODY> <TABLE BORDER="1" CELLSPACING="0" rules="GROUPS"> <TBODY> <TR onMouseOver="this.style.background='#E0E0E0';" onMouseOut="this.style.background='#FFFFFF';"> <TD>AOK Bayern <TD>München <TD>12345678 <TD><A HREF="GF_AZ1.html" TARGET="main">&nbsp;</A> <TR onMouseOver="this.style.background='#E0E0E0';" onMouseOut="this.style.background='#FFFFFF';"> <TD>AOK für das Land Brandenburg <TD>Potsdam <TD>87654321 <TD><A HREF="GF_AZ1.html" TARGET="main">&nbsp;</A> <TR onMouseOver="this.style.background='#E0E0E0';" onMouseOut="this.style.background='#FFFFFF';"> <TD>AOK Mecklenburg-Vorpommern <TD>Schwerin <TD>11111111 <TD><A HREF="GF_AZ1.html" TARGET="main">&nbsp;</A> </TABLE> </BODY> </HTML>
this is a dup of bug 24113
*** This bug has been marked as a duplicate of 24113 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified duplicate.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.