/ Published in: CSS
Expand |
Embed | Plain Text
<style> body {background-image: url('images/background.gif'); background-repeat: repeat-y}; </style> options: no-repeat repeat-x repeat-y
You need to login to post a comment.
trickychicken on 07/20/06
3 people have marked this snippet as a favorite
trickychicken
clifton
theMacpenguin
<style> body {background-image: url('images/background.gif'); background-repeat: repeat-y}; </style> options: no-repeat repeat-x repeat-y
You need to login to post a comment.