View Full Version : don't understand? background-repeat: repeat-y;


boeboebi
09-27-2004, 10:14 PM
okie, i don't remember where i got dis code from. Anybody explain to me wot it means?
:rolleyes:
body
{
background-image: url('image.jpg');
background-attachment: scroll;
background-repeat: repeat-y;
font-family: arial;
color: #ffffff;
letter-spacing: 0px;
font-weight: normal;
font-size: 11px;
background-color: #ffffff;
cursor: default

}

StarryIlove
09-27-2004, 10:52 PM
Repeat y means it will repeat in single file down the page like this
___________
X |
X |
X |
X |
X |
X |
X |
X________ | <<<<< web page

X =Your background image you can put x to go across the top of your page instead.

boeboebi
09-28-2004, 12:30 AM
oooh.... thnx a lot!! uh... can you insert a background image AND a background color? (?_? )

Rosey
09-28-2004, 12:39 AM
yes

boeboebi
10-03-2004, 12:11 AM
okie, thnx alot!!! :buckt: