On 2008-05-25, mehstg1319 wrote:
....
What if my window is less than 500px high?
Like many people, I find having to scroll sections of a page
annoying, but you can do it with: overflow: auto;
--
Chris F.A. Johnson <http://cfaj.freeshell. org>
=============== =============== =============== =============== =======
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
On May 23, 7:45?pm, Bergamot <berga...@visi. comwrote:
>mehstg1319 wrote:
>>
>>
>re:http://www.fuzzcube.com/
>>
>You need to get rid of the fixed heights. What do you expect to happen
>when there is more text than will fit in height:500px? All you have to
>do is bump up the text size a couple times and it all spills out.
>>
Have almost got it working now, seems to break in Safari and Opera now
>re:http://www.fuzzcube.com/
>>
>You need to get rid of the fixed heights. What do you expect to happen
>when there is more text than will fit in height:500px? All you have to
>do is bump up the text size a couple times and it all spills out.
I don't really want to remove the height of the content pane (white
box) as the whole design of the site is that it all sits in that box
in the centre.
box) as the whole design of the site is that it all sits in that box
in the centre.
If anything, I would want the overflow on the bodytext
div to scroll if necessary.
div to scroll if necessary.
annoying, but you can do it with: overflow: auto;
--
Chris F.A. Johnson <http://cfaj.freeshell. org>
=============== =============== =============== =============== =======
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Comment