ModernRevolutions
01-17-2009, 11:03 AM
Ok I am currently using the code:
body {
text-align:right;
margin: 0px;
background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
background-position:top left;
background-color:6491b4;
text-align: justify;
letter-spacing:0px;
font-family:georgia;
font-size:11px;} to make the bar repeat down the page. It works perfectly fine in Mozilla however if you open the page in IE it doesn't work. :/ Here is a link (http://www.modernrevolutions.vivid-avenue.net/website%20layouts/kbell/index.php).
I have also tried:
body {
text-align:right;
margin: 0px;
background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
background-repeat:repeat y;
background-position:top left;
background-color:6491b4;
text-align: justify;
letter-spacing:0px;
font-family:georgia;
font-size:11px;}
body {
text-align:right;
margin: 0px;
background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
background-position:top left;
background-color:6491b4;
text-align: justify;
letter-spacing:0px;
font-family:georgia;
font-size:11px;} to make the bar repeat down the page. It works perfectly fine in Mozilla however if you open the page in IE it doesn't work. :/ Here is a link (http://www.modernrevolutions.vivid-avenue.net/website%20layouts/kbell/index.php).
I have also tried:
body {
text-align:right;
margin: 0px;
background:url(http://www.modernrevolutions.vivid-avenue.net/websitelayouts/kbell/bellbar.png)repeat-y;
background-repeat:repeat y;
background-position:top left;
background-color:6491b4;
text-align: justify;
letter-spacing:0px;
font-family:georgia;
font-size:11px;}