100% Height
100% Height
- Started
- Last post
- 8 Responses
- mikeim
Firefox and Netscape don't seem to recognize 100% table height on the Apple platform.
Any solutions?
- toastie0
Nutty the NT helper monkey sez:
"The Find button is your friend!"
Gary the Google helper squirrel sez:
"Google is also your friend!"
- k0na_an0k0
does it work when you set a blank table to 100% height?!? i haven't done it on a mac in a while, but say if i'm building a page with 4 rows and 5 column, i'll put that table inside a 1 row 1 column table set to 100% and that, if memory serves me correct, works.
- jevad0
css
is your
friend
- toastie0
hey, am I going to be the only asshole here? :P
- unfittoprint0
css:
HTML, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
}
- jevad0
there you go - unfit!
+1
- Stylus0
What's the Apple platform?
- mikeim0
cool, thanks.