Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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