[Prev][Next][Index][Thread]
Re: problem importing style sheets
> For the BODY selector, you need to change the property that you are
> using -- it should be:
>
> background-color: #993300
> NOT
> background: #993300
According to the CSS1 spec, both are equally valid. 'background' is a
shortcut property which sets all background-* properties in one
declaration.
It may be that not all UAs support both syntaxes (sp?) though.
Regards,
-h&kon
H å k o n W i u m L i e
howcome@w3.org http://www.w3.org/people/howcome
World W i d e Web Consortium
References: