|
Posted by Gus Richter on December 11, 2005, 11:10 pm
Please log in for more thread options
bipède wrote:
> Hi,
>
> Is it possible in Mozilla / Firefox / Netscape to fix minimum size for
> html and/or body element in a "real" XHTML (mime application/xhtml+xml)
> page so that when there is few text in a page the background color fill
> the window and when content exeed the window size the body resize to
> include all the content.
>
> For now I can't figure out how to do this, if I use height:100%;
> width:100% the size of html and body is *always* 100% even if there is
> exeeding content and the background color just stop at 100% of the
> window size. In fact the html and body width seems to be always 100%: a
> big image exeed the background even if I set width:auto, it's really
> disconcerting.
>
> min-width and min-height doesn't seems to be taken into account.
>
> thanks in advance
> any solution would be welcome
Have you tried placing everything inside a wrapper div and repeating the
background request in it as well?
--
Gus
|