| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Jan 2005
Posts: 2
![]() | Table Vertical Alignment Hello -- I am having some issues using tables to do vertical alignment. What I am trying to do is set one table as 100% width and 100% height of a window, then have the smaller content window be valigned to the middle of the 100%/100% parent table. However it seems that the height of the parent table is only as large as the content inside of it.. meaning it won't take up 100% of the window. Is there a way to make that table take up a true 100% of the height of the window.. or is there a much better way to go about doing this task altogether? ![]() Thanks! |
| |
| | THREAD STARTER #3 (permalink) | ||||
| New Member Join Date: Jan 2005
Posts: 2
![]() |
| ||||
| |
| | #4 (permalink) |
| NamePros Member Join Date: Nov 2004
Posts: 43
![]() | Get rid of the outer table and use CSS to align your content. Better still get rid of both tables and Use CSS througout. 'valign' is not well supported in all browsers and tables will fight back at any attempt to force then to adopt a paticular size, they will always try to hug the cell content. Can you post the URL of the page so we can see the problem, easier to help if you can look at something. If you want the CSS code for aligning things try this test page |
| |