Closed Bug 113222 Opened 23 years ago Closed 23 years ago

Table height of 100% doesn't fill page

Categories

(Core :: Layout: Tables, defect)

x86
Windows 98
defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 41656

People

(Reporter: jagin2000, Assigned: karnaze)

References

()

Details

(Keywords: compat)

The table should take up 100% of the page so that the contents can be centered. Unfortunately Mozilla seems to ignore the height 100% of the table and so it doesn't work. I know this may be a bit controversial and against standards, but please take a look at this.
Keywords: compat
The table is in a <div> which has no height set. So the table scales to the height of the div, which is intrinsically 0. So the 100% is ignored and the table just sizes based on content. There are already bugs on this issue.
Whiteboard: DUPEME
Correct. If you remove first occurrences of <div> and <center>, it works. *** This bug has been marked as a duplicate of 41656 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Thanks for the help! Our web developer used MS FrontPage (guess this program is causing a lot of hassle for you guys). I see it was marked as a duplicate for bug 41656. Does this mean in the future the existing HTML would work anyway?
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.