|
Post by Dreamreaver on Sept 12, 2004 1:21:34 GMT -5
Okay the following CSS code is cross browser compatible and is really supposed to be the standard used for all sites now. Place in your Headers
<style type="text/css"> body { background-image: url("insert the url for your bg image here"); background-repeat: repeat; background-attachment: fixed } </style>
|
|