Closed
Bug 925
Opened 26 years ago
Closed 26 years ago
floating tables don't float
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: buster)
References
()
Details
amny of the major head links (like "Recreation") off of yahoo! are broken. Here
is a reduced test case that shows the pattern:
====================================================
<html><body>
<table cellpadding=1 cellspacing=0 align=right border=0><tr><td>
<tr><td align=center bgcolor="#eeeeee">here<br>is<br>some<br>text</td></tr>
</table>
<form method=get action="http://search.yahoo.com/bin/search">
<input type=submit value=Search>
</form>
</body></html>
Now that pseudo-frames are passe, the code that decided when to shrink wrap and
when not to was broken. I've made shrink-wrap behavior explicit with both the
body and the block.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Verified that "Inside Yahoo!" table floats to the right. Bug verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•