I have some trouble with the table on my site. It doesn't seem to act as normal. On
http://www.renewing.nl/construct.html you will see an example of the the construction of the table.
Here you will find site+
css+javascript
:
http://www.renewing.nl/index2.html
http://www.renewing.nl/renewing.css
http://www.renewing.nl/renewing.js
I can't get the table to be displayed right: The table should fill out 100% (in height and width) of the page.
-The first row should be 20 pixels high.
-The second row should be 107 pixels high (height of the image). The left and right column of the second row should be 200 pixels and the central cell should use all the remaining space (to fill up to 100% off width).
-The height of the 3th row should use all the remaining space (to fill up to 100% off height).
-The 4th row should have a height of 10px and the 5th row a height of 20px.
In all the cells of the 2,3,4th row the content should be vertical aligned to the top (rather than to the middle). (the central content should be higher). Hope it can be solved because I tried all kind of things without success.
This all seems to simple and maybe it is, but somehow I can't work it out with the
css and
html code.