So, I want to position a background-image. It's a single px image. I want it to start on the left-hand-side of its containing div, and 120px from the top. I want it to repeat downwards.

I use (showing in longhand):

background-color: #fff;
background-image: url("/images/content-bg.gif");
background-repeat: repeat-y;
background-position: 10px 120px;


The image starts at the top of the containing div, not 120px down. If I change background-repeat to:

background-repeat: no-repeat;

it starts as I want, 120px from the top. Why can't it repeat-y, but stating 120px from the top?

What gives here? Is this expected? A bug? Is what I want possible?

Mike


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to