SquallsNEWAngel
01-29-2003, 09:15 AM
heres my css
<style type="text/css">
<!--
A:link
{ text-decoration: none; }
A:visited
{ text-decoration: none; }
A:active
{ text-decoration: none; }
BODY {
background-color: #000000;
background-image: Andy2.jpg;
background-repeat: no-repeat;
background-position:center;
background-attachment: scroll;
background-repeat:no-repeat;
scrollbar-base-color: #9966ff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
}
input, textarea
{ color: #ff33cc;
border-style: dashed;
border-color: #9900ff; }
-->
</style>
can you see any problems. the .jpg file is in the same directory as it and for the background position section, on the site it said tehre was 2 values, so i put ...position:center center; but that didn't work either.
all i want is for the picture to be centered in the middle horizontally and vertically of the screen. can anyone help me please?
thanks in advance
<style type="text/css">
<!--
A:link
{ text-decoration: none; }
A:visited
{ text-decoration: none; }
A:active
{ text-decoration: none; }
BODY {
background-color: #000000;
background-image: Andy2.jpg;
background-repeat: no-repeat;
background-position:center;
background-attachment: scroll;
background-repeat:no-repeat;
scrollbar-base-color: #9966ff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
}
input, textarea
{ color: #ff33cc;
border-style: dashed;
border-color: #9900ff; }
-->
</style>
can you see any problems. the .jpg file is in the same directory as it and for the background position section, on the site it said tehre was 2 values, so i put ...position:center center; but that didn't work either.
all i want is for the picture to be centered in the middle horizontally and vertically of the screen. can anyone help me please?
thanks in advance