background-image: url('images/conbg.png');
background-position: 0px 26px;
/*background-attachment: fixed;*/
background-repeat: repeat-y;
Using that code Im still getting the background image I am tiling to start at the top of the div. Ive got some rounded corners images I need to be using at the direct top, so I absolutely need to find a good way to offset the first of my y repeat tiles at the (0, 26) pixel position from the top of this div.
Anyone be able to tell me what Im doin wrong?



Reply With Quote



Bookmarks