Topic: trouble with percent height and absolute pos divs (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: out of a sleepy funk |
![]() I'm having a problem that sorta makes sense, but then again sorta doesn't. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() The body is essentially the viewing window. Hence, the divs are 100% of the viewing window size. |
Maniac (V) Inmate From: out of a sleepy funk |
![]() bleh, I knew better than to come up in here without a DOCTYPE, sorry. But alas no matter what I did with the combinations of doctype and html and body heights, nothing worked. Adding height to the body _did_ alter things a bit but not to the desired effect, I would have never thought of that however, thanks. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() I inserted this doctype: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Oh, by the way, while doing all of those tests, I had these two CSS rules in there: |
Maniac (V) Inmate From: out of a sleepy funk |
![]() good stuff man, thanks for hackin around on it. I fear the 3 celled table as well. I usually don't mind using a table at all but this layout is so daggum simple it shouldn't have to be a table is what I'm thinking. I'm trying real hard to not have to float anything but it's either gonna be that or a table I'm afraid, hack either way. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() I wouldn't say floating is a hack. Even if it is, it still maintains the separation of style from markup, so it's not a *bad* hack. |
Maniac (V) Inmate From: out of a sleepy funk |
![]() no it's not, but one would be required for it to display cross browser right? Tables aren't really a hack either. Bad word choice. You programmers are such literalists =) |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() |
Maniac (V) Inmate From: out of a sleepy funk |
![]() very nice! thank you thank you thank you! I've been on a hate the w3c kick lately and this is just a little backing. It's not often (never) that you get that kind of support |