> Why not just this:
> 
> <style type="text/css">
> body{
>       background: #151111 url(a/i/boxes.jpg) repeat top left;
>       margin: 0px;
> }

And if you want the boxes to remain centered

body {
        background: #151111 url(a/i/boxes.jpg) repeat top center;
        margin: 0px;
}

Regards,
Gunther
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to