public marks

PUBLIC MARKS from api with tags keywords & values

28 February 2007 10:00

CSS Tutorial - Background

by 6 others
p { background-image: url(smallPic.jpg); background-repeat: repeat; } h4 { background-image: url(smallPic.jpg); background-repeat: repeat-y; } ol { background-image: url(smallPic.jpg); background-repeat: repeat-x; } ul { background-image: