|
I'm not sure what the solution is without knowing more about the problem or seeing the html and css for the site.
BUT, I suspect your problem is that when you use percentages, all the parent tags that can have a height, have to have a height of 100% defined. So, if your table is contained inside another table or inside a <div> then those tags have to have a height of 100% also. Otherwise the browser trying to display the table doesn't know 100% of what?
Hope this makes some sense.
__________________
Experimenting
|