centering a background image?

liunx

Guest
i have a background image that im using as wallpaper. it is 800x600 and if someones browser is larger it tiles and i dont want that. is there any code out there that can help me out in case someones resolution is larger than the original background..<!--content-->Centered an not tiling? Sure baby! :p<br />
<br />
<style type="text/css"><br />
body {background: #ccc url(pic.jpg) no-repeat center } <br />
</style><br />
<br />
You can do more than that. Please see:<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/colors.html#q2">http://www.w3.org/TR/REC-CSS2/colors.html#q2</a><!-- m --><!--content-->
 
Back
Top