Closed
Bug 270741
Opened 20 years ago
Closed 20 years ago
Table with default location attributes is not positioned properly. Views fine in IE or Netscape, but not in Firefox 1.0
Categories
(Core :: Layout: Tables, defect)
Tracking
()
People
(Reporter: hrc, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
It's pretty obvious what is wrong when you view the URL listed above. The table
is not positioned properly on the page and is moved to the upper left hand of
the screen instead of positioned properly about the center of the page to the
right. View the URL in IE then view it in firefox 1.0 and you'll see what I
mean. This site was built with Frontpage 2003.
Reproducible: Always
Steps to Reproduce:
1. View: http://www.hardrockcafepin.com/pins.htm in IE
2. View: same site in Firefox 1.0
3.
Actual Results:
Page not displayed properly
Expected Results:
displayed the page properly.
Comment 1•20 years ago
|
||
<table cellpadding="0" cellspacing="0" style="position: absolute; float: right;
left:377px; top:269px"><tr>
<td valign="top" style="position: absolute; float: right; left:0px; top:0px" ...
Try to remove the position and float properties on the table cells...
*** This bug has been marked as a duplicate of 63895 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•