Cascade
05-17-2003, 02:48 AM
I have an image I want to use for the background. I want it to have no reapeat, and at the bottom right hand side. What is the correct css code for this?
What I have know...
<style>
BODY {
background: #FFFFFF url('http://www.yabbskins.webmasteruserguide.com/bg.gif') no-repeat fixed;
margin-bottom:0px;
margin-right:0px;
background-repeat:no-repeat; background-attachment:fixed;
</style>
What I have know...
<style>
BODY {
background: #FFFFFF url('http://www.yabbskins.webmasteruserguide.com/bg.gif') no-repeat fixed;
margin-bottom:0px;
margin-right:0px;
background-repeat:no-repeat; background-attachment:fixed;
</style>