On 5/4/05, victor NOAGBODJI <[EMAIL PROTECTED]> wrote:
>  Hi all
> I'm having some problem with this piece of code; firefox is not expanding the 
> background,
> IE sure does.
> 
> body {
>     margin: 0;
>     padding: 0;
>     font-family: verdana, helvetica, arial, geneva, sans-serif;
>     font-size: 8pt;
>     color: black;
>     background: url(../images/wrapback.png) repeat-y;
> }

Obviously I can't see your background, but Firefox will only make the
body container as big as it needs to be. If you need to see the
complete image, give body a min-height equal to the image height. (You
can fake min-height in IE - not supported - by using an IE hack like
this:

* html body { height:450px } /* or whatever */

Chris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to