- Impact
- 0
I just got finished redesigning the site for the 5th time :/ I've got a nav bar on the right side, and I cannot figure out how to keep the navigation tables aligned to the top.
I've got a table with two td's, content on the left and navigation on the right. In the right td I've got 3 tables for different navigation. When the contents of the left td has a height greater than the right td then the bottom two navigation tables spread apart down to the middle and bottom.
The only way I could fix it was to add another table at the bottom and size it's height to 400 px. Now, this causes me to lose my xhtml validation, and also will only work if I increase the size of the empty table as the page grows. This will be difficult because Im going to use a php includes to call that table. I don't want to end up with my footer a mile down the page even on pages with little content.
Help :/
Modded Mustangs
I've got a table with two td's, content on the left and navigation on the right. In the right td I've got 3 tables for different navigation. When the contents of the left td has a height greater than the right td then the bottom two navigation tables spread apart down to the middle and bottom.
The only way I could fix it was to add another table at the bottom and size it's height to 400 px. Now, this causes me to lose my xhtml validation, and also will only work if I increase the size of the empty table as the page grows. This will be difficult because Im going to use a php includes to call that table. I don't want to end up with my footer a mile down the page even on pages with little content.
Help :/
Modded Mustangs





