Sarin
07-12-2010, 09:37 PM
Hey all, yet another question from the newbie. :)
As my site goes from page to page, the background jumps positions. I do not want it fixed per se, but I do want it to stay still, unless I am scrolling up or down. I hope I made myself clear.
http://nageckos.webs.com/index.htm
<style type="text/css">
body {
background-image: url("/images/bg2.jpg");
background-position: center;
background-repeat: repeat;
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
}
</style>
TIA!!
As my site goes from page to page, the background jumps positions. I do not want it fixed per se, but I do want it to stay still, unless I am scrolling up or down. I hope I made myself clear.
http://nageckos.webs.com/index.htm
<style type="text/css">
body {
background-image: url("/images/bg2.jpg");
background-position: center;
background-repeat: repeat;
background-color: #ffffff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
}
</style>
TIA!!