On 3/5/07, Dwain Alford <[EMAIL PROTECTED]> wrote:
i have done this before, but i can't seem to get this going.  according to
css definitive guide 3rd edition if i use the following css the background
image is supposed to tile vertically:

background: url(some-image.png ) repeat-y;

well, without a height and width on the image it doesn't appear on the page,
much less tile vertically.

the page is here:
http://www.alforddesigngroup.com/sandbox/marbling-effects.html

css is here:
http://www.alforddesigngroup.com/sandbox/css/mueller.css

 like i said, i have made this work once before, but i can't figure this one
out and i've been at it all day.

I'm almost certain that you need the positioning in that shorthand to
make it work:

background:url(some image) left top repeat-y;

or center center, or anything really.

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


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

Reply via email to