Tuesday, July 28, 2009

bg repeat

background-repeat:repeat;
will repeat all through
background-repeat:repeat-y;
you can have the bg reapeat on the y access or the x access.
background-repeat:no-repeat;
will only insert the bg image once
if i wanted the logo to be a bg image but only appear once, not tile, i could specify a bg color that is the exact colour of the image

No comments:

Post a Comment