mark87
03-14-2005, 08:37 PM
I'm using a background style to display a horizontal line on a page. Is there anyway I can get it to stop repeating (at a certain number of pixels) from the left?
This is what I'm using so far but I don't want it to go all the way across - only from the right.
<style type="text/css">
body {
background-color: black;
background-image: url('DottedLine2.gif');
background-repeat: repeat-x;
background-position: bottom center;
background-attachment: fixed;
margin: 0px
}
<style>
Is this possible to do?
This is what I'm using so far but I don't want it to go all the way across - only from the right.
<style type="text/css">
body {
background-color: black;
background-image: url('DottedLine2.gif');
background-repeat: repeat-x;
background-position: bottom center;
background-attachment: fixed;
margin: 0px
}
<style>
Is this possible to do?