View Full Version : tiling background pic


neroticly*urs
06-16-2005, 07:35 AM
how can i get my bkgrnd image to tile down the left side only. i tried typing tile but i got this (http://www.xanga.com/midnight_cowgirl4)



<style type="text/css">
body {
background:000000
url("http://img300.echo.cx/img300/984/leaaving7jo.png");
background-repeat:tiled;
background-attachment: none;
background-position:bottom left;
background-color: #ffffff;
scrollbar-arrow-color: #CCFFFF;
scrollbar-track-color: #CCFFFF;
scrollbar-shadow-color: #000000;
scrollbar-face-color: CCFFFF;
scrollbar-highlight-color:CCFFFF;
scrollbar-darkshadow-color:CCFFFF;
scrollbar-3dlight-color: CCFFFF;
cursor: nw-resize;
border:1px solid CCFFFF;
}

thats the code i have for my background area

Valkyrie
06-16-2005, 07:38 AM
Change background-repeat:tiled;
to
background-repeat: repeat-y;

neroticly*urs
06-16-2005, 07:53 AM
thnx alot