Closed
Bug 971
Opened 26 years ago
Closed 26 years ago
floating button not placed correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: buster, Assigned: buster)
References
()
Details
the floating button is not placed correctly. It spills out of the table on the
original page (an ad that changes frequently, so the URL is irrelevant.) The
test case below shows the problem.
<html><body>
<form METHOD="POST" ACTION="http://www.neodata.com/cgi-bin/SFOrder">
<table width="290" units="pixels" BORDER=1 cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<input type="submit" VALUE="Order Now" border="0" align="middle">
Offer Good One Per Person, or while supply lasts. Void where
prohibitted. Your mileage may vary. Who knows what your dog is doing right
now?
</td>
</tr>
</table>
</form>
</body> </html>
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•