Closed Bug 971 Opened 26 years ago Closed 26 years ago

floating button not placed correctly

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 606

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: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
It's not a floating button, it's align=middle which means vertically aligned in the middle - bug #606 is the placeholder for that problem. *** This bug has been marked as a duplicate of 606 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.