Quote:
Like you, I also have background in HTML and I'm slowly getting CSS, but it's pretty different. I'm currently trying to stretch / scroll my background, which is simple in HTML and next to impossible in CSS.
|
background: url("path/to/image.jpg") repeat-x scroll 0 0 transparent
You can use repeat-y as well
