ok dont laugh, but I cant get my table to go down the whole page! Heirght="100%" does not work! I was wondering if there ias a php way, or if someone could help me if there isnt...
omg im such a newb lol
Wow this is such a newb question
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Table heights are a funny thing. The W3C who set out guidelines for HTML do not want table heights to be a dynamic property since they did not want tables to be used for layouts. Just for data representation.
Of course, this is a pain for us web developers
Height="100%" doesn't work but height="500" would do.
You can use javascript to get the screen size an take it from there but i'd steer clear, use pixels
Of course, this is a pain for us web developers
You can use javascript to get the screen size an take it from there but i'd steer clear, use pixels
-
ianlandsman
- Forum Newbie
- Posts: 24
- Joined: Thu Dec 30, 2004 9:50 pm
- Location: New York
This is a pain in the ass as some browsers show it correctly and some don't.
Opera does freak me in the moment because it doesn't even display the width=100% correctly. Cracks my design of a page that works with every resolution > 800x600 .
It seems to me that you simply have to rely on scrolling when height is involved.
Opera does freak me in the moment because it doesn't even display the width=100% correctly. Cracks my design of a page that works with every resolution > 800x600 .
It seems to me that you simply have to rely on scrolling when height is involved.