Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cell in Table gets Extended 2

Status
Not open for further replies.

Kupper

Programmer
Joined
Mar 4, 2002
Messages
10
Location
US
When creating my page I am have a cell that I want to have a variable cell height so that when I add more content to the page it doesn't extend my first cell which has my navigation bar and then it leaves white spaces. What can I do?
 
Basically cell height does not affect layout. I have one page that has a menu that is made of 8 cells in a table division on the left and the center div is for content. When that content extends below the height of the menu cells they separate. I assume that is what you are referring to? To eliminate that, I simply put returns beneath the menu to equal the height of the center table div. yes, I know it is sloppy HTML but it works :-)

Another way would be to put all of your menu cells into a 1 x 1 nested table and set it to stay top and left.

When in doubt, deny all terms and defnitions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top