Can someone please explain to me why the following HTML/CSS markup creates an unwanted gap at the bottom causing a scrollbar to appear?
Im trying to get the BLUE area to stretch to 100% height however with the GREEN area being 30px in height I expected the BLUE height to be 100% - 30px. This isnt the case. It appears the 30px is being added to the overall display causing the scrollbar to appear.
Im not interested in an overflow patch but a way to do something like 100% - 30px or something to get this display to appear as predicted. So far im guessing the good old TABLE tag must be used.
2006-07-28
04:21:11
·
3 answers
·
asked by
zerohourx
1
in
Programming & Design