-char-
06-05-2005, 01:01 PM
background-image: background.gif;
background-color: #CECECE;
body {
margin-left: 0px;
margin-right: 0px;
background: #000000;
background-image: background.gif;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
a {
font-weight: bold;
text-decoration: none;
}
Is what the top of my external style sheet looks like, however when I try it the background still scrolls, which I don't want. I've tried changing the position and repeat attributes, but it still doesn't work. Can anyone help me?
background-color: #CECECE;
body {
margin-left: 0px;
margin-right: 0px;
background: #000000;
background-image: background.gif;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
a {
font-weight: bold;
text-decoration: none;
}
Is what the top of my external style sheet looks like, however when I try it the background still scrolls, which I don't want. I've tried changing the position and repeat attributes, but it still doesn't work. Can anyone help me?