Phoebe Taylor wrote:
> -gets to work-
>
> I have a question on the .footer validation.  I have before  used a
> background color, when designing in HTML in a section or a page
> underneath a background graphic, just in case the graphic failed to
> load, then the text would still be visible.   Is that improper to do
> in css?
>
> Phoebe
>
>   
>>
>>
>>
>>  re: <http://www.cgraytaylor.net/>
>>
>>  
>>     

 Keep the background-color. Using shorthand properties [1], the CSS is 
written something like this:

.footer {
background: #000 url(graphics/footer.jpg) left top no-repeat;
}

Regards,
~dL

[1] <http://www.w3.org/TR/CSS21/about.html#shorthand>



>>
>>  

______________________________________________________________________
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