bgreenhouse
Technical User
Hi Folks
I'm designing a site that mainly uses CSS, but still relies on tables to keep things straigh within the two main divs (classic left/right content/menu layout). The weird thing that's happening is that in my content area (set with a height of 100%), in NN 6.0 the table that is within that div is extending over it (it has borders) at the bottom. In IE it is truly following the CSS and heigh tis the full page...here's my class definition...
Any ideas/links/pointers?
Thanks,
Ben
I'm designing a site that mainly uses CSS, but still relies on tables to keep things straigh within the two main divs (classic left/right content/menu layout). The weird thing that's happening is that in my content area (set with a height of 100%), in NN 6.0 the table that is within that div is extending over it (it has borders) at the bottom. In IE it is truly following the CSS and heigh tis the full page...here's my class definition...
Code:
#mainsection {
padding: 3px;
background-color: #ffffff;
border: 1px #000000 solid;
left: 10px;
position: absolute;
top: 134px;
width: 700px;
z-index: 1;
height: 100%;
}
Any ideas/links/pointers?
Thanks,
Ben