View Single Post
Old 11-08-2005   #2 (permalink)
GoldNetX
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
Try adding into your CSS this:

Code:
min-height:100.1%;
Not sure if it will work, but you can give it a shot. May need to make it a larger value thatn 100.1

Also the reason you are getting the result you are is because of the way CSS functions. CSS when given a specific height will set itself to that, such as:

Code:
height:50px;
When using a percentage or the auto attribute, CSS will make the container a size relative to the items inside. It is sort of a conflict in the way developers and the language view hieght. CSS says height is based upon what is included inside it's container, while the designer might say height should be based upon the object relation to the screen size.

Hope that made some sense. I am pretty sure though, that somehow you can achieve the effect you want.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline