css anyone?
css anyone?
Out of context: Reply #8
- Started
- Last post
- 30 Responses
- heavyt0
easy easy easy.
here we go; the only object that can be set reasonably to 100% is the body. there are hacks, but imho they arent the way to go. therefore, you just need to make the image, and put this in your body definition:
body{background: #fff url(images/yourBG.gif) repeat-y top center;}the #fff should match whatever colour you have on the edges of the image.
TR1