Hello,

Browsers usually miss downloading images, due to some network issues.
But I've never come to see browsers miss interpreting CSS
declarations. Is that, technically speaking, possible? The most
obvious example in my head is CSS background colors. Lets say this CSS
style rule is declared on a web page:

body {
     background: #dedede url(header.jpg) no-repeat top center;
}

It could very possibly to miss downloading the header image, but could
it possible to miss applying the background color (#dedede) for some
odd reason?

Regards,
Usamah
______________________________________________________________________
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