TjupTjup
02-25-2005, 07:09 PM
Okay.. I want my background to begin showing 400px from the left, but it doesn't seem to want to move..can anyone see what I've done wrong? I feel like I've tried everything now ^^
<style type="text/css">
A:link
{ text-decoration: none;
color:#000000;
}
A:visited {
text-decoration : none;
color : #000000;
}
A:active {
text-decoration : none;
color : #000000;
}
A:hover {
text-decoration : none;
color : #000000;
}
body {
background : #000000;
background-image : url(vbg.gif);
background-repeat : repeat;
background-position : top 400;
background-attachment : scroll;
font-family : verdana, tahoma, times new roman, arial;
color : #000000;
font-size : 10px;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
padding-top : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
}
td {
font-family : verdana, tahoma, times new roman, arial;
color : #8b5d5d;
font-size : 10px;
padding : 0;
}
</style>
To see my site CLICK (http://deep-thoughts.net/emily/vermillion.php)
(don't mind that a bunch of links don't work ^^)
<style type="text/css">
A:link
{ text-decoration: none;
color:#000000;
}
A:visited {
text-decoration : none;
color : #000000;
}
A:active {
text-decoration : none;
color : #000000;
}
A:hover {
text-decoration : none;
color : #000000;
}
body {
background : #000000;
background-image : url(vbg.gif);
background-repeat : repeat;
background-position : top 400;
background-attachment : scroll;
font-family : verdana, tahoma, times new roman, arial;
color : #000000;
font-size : 10px;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
padding-top : 0;
padding-bottom : 0;
padding-left : 0;
padding-right : 0;
}
td {
font-family : verdana, tahoma, times new roman, arial;
color : #8b5d5d;
font-size : 10px;
padding : 0;
}
</style>
To see my site CLICK (http://deep-thoughts.net/emily/vermillion.php)
(don't mind that a bunch of links don't work ^^)