> My body background specific code is thus:
>
> body {
>    background-color: #D8BAEC;
>    background-image: url(images/bggradient1.jpg);
>    background-repeat: repeat-y;
>    text-align: left;
>    margin: 0px;
>    padding: 0px;
>    color: #611E41;
> }


Hi,
I had run into a similar issue and faintly recalling what i did was club all
background parameters into:
                                  background: #D8BAEC
url(images/bggradient1.jpg)  repeat-y;

Can you try this, in case you havent, and let me know if it works

Thanks
Parag
-- 
~Parag
\m/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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