Forum Moderators: open
I use a table with three columns for a basic structure, the main content is in the central one and therefore, this one pushes the table to its height.
In the left and right column, there are small tables, pics, google ads and alike. Unterneath this content, I placed an invisible table with a maximum height of 100% to "push" the content to the top.
This works in IE, but not in firefox nor a couple of other browsers. How could I change that? (valign="top") doesn't help).
Please don't be mean for using tables, I'm a beginner and greatfully await your advice. Thanks!
Anyway, don't know what's to feel bad about using tables for page layout. I'm doing great with my website and didn't know there was any other way!
Peter
Usually when I have a cell that's not cooperating it's a coding error (validate your code with the w3c validator,) an incorrect colspan/rowspan somewhere, or some parent object's attributes are overriding the valign="top." Your problem may still be there. :-)