Posted by David Dorward on 03/18/06 11:05
R.A.M. wrote:
> background-image: "Images/DotNET_90x70_light.jpeg"
> Could you explain me please why it doesn't work and how to do it
> correctly?
http://www.w3.org/TR/CSS2/colors.html#background-properties
'background-image'
Value: <uri> | none | inherit
And following the link to see where "<uri>" is described:
http://www.w3.org/TR/CSS2/syndata.html#value-def-uri
URI values in this specification are denoted by <uri>. The functional
notation used to designate URIs in property values is "url()", as in:
BODY { background: url("http://www.bg.com/pinkish.gif") }
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|