CSS question
I've seen this css tag done different ways, depending on the person, whats the correct way ?
they all appear to work
background: url( ' image.gif ' )
background: url( " image.gif " )
background: url( image.gif )
0
This discussion has been closed.
Comments
all 3 are valid.
from the source:
http://www.w3.org/TR/REC-CSS1#url
http://www.w3.org/TR/REC-CSS2/syndata.html#uri
from the first