Heh, I don't know CSS well enough…
One thing:
In url() tags or whatever you call them, do you need quotes around the URL of the image or whatever?
background-image: url(http://hitoshi.berkeley.edu/~takumi/backkr.png);
Is that proper syntax?
1 Comments:
Nope, no quotes required, although it doesn't make any difference to my knowledge if you include them. You can also put it straight in the "background" property, eg.
background: #fff url(images/clouds.png) repeat;
will work fine (taken out of a message style).
Post a Comment
Links to this post:
Create a Link
<< Home