100% vertical tables - 4/27/2001 23:23:00
I have an embedded table inside a table and cant seem to get that embedded table to fill the entire 100% vertically...i specified the height 100 but it doesn't work. I have a background image that i want to fill the entire background within this embedded table. But the table will end with whitespace beneath where the table ends.
Dixiedi
Posts: 130 From: Cincinnati Status: offline
RE: 100% vertical tables - 4/27/2001 23:36:00
Use a transparent image to fill the vertical space. Remember, NN browsers are do not appreciate table ackground images. Keep your table background color and text balanced for easy reading in NN.
Posts: 303 From: Lincoln, Nebraska, USA - GO HUSKERS!!! Status: offline
RE: 100% vertical tables - 4/28/2001 20:13:00
Netscape does not like the "height" attribute but works fine with bg images as long as you put the image into it's own table as you have done.
The graphic will end at the end of the table no matter what as that is what the image is supposed to fill. To get it to fill the page you will have to make your table longer or use the image as a page bg instead.