Closed
Bug 3419
Opened 26 years ago
Closed 26 years ago
floating table bug...
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rickg, Assigned: buster)
Details
Looks like USAToday.com, looksmart.com, hotwired.com, news.com, sportsline.com
all suffer from floating tables bug. Here's a simplified test case. I feel
guilty adding to your work load :).
<html>
<body>
<table align=left border=1 cellpadding=0 cellspacing=0>
<tr bgcolor="ffcc00">
<td>automotive</td>
</tr>
</table>
<table border=1 cellspacing=0 cellpadding=0>
<tr>
<td>News - Thursday, March 4, 1999</td>
</tr>
</table>
</body>
</html>
This bug was fixed when I fixed the other floating table bugs a few days ago.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in March 23rd Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•