I should know this but I am having a blank moment, can anyone tell me how to set an image as the background of a div and have the text scroll over it ?
I should know this but I am having a blank moment, can anyone tell me how to set an image as the background of a div and have the text scroll over it ?
You can set the "repeat" part to either x, y, or no-repeat. If you take this part out the bg image simply tiles in all directions.Code:Style="background-image:url(images/mybackgroundimage.jpg);background-repeat:repeat-y;"
![]()
thanks Mark I just had a blank moment there 8}
by the by can I put that in the style sheet?