View Full Version : Image to repeat vertically starting at certain point ?
yutewa00
03-12-2009, 09:47 AM
I have a gradient in the background and I need to repeat another background in the container vertically. Gradient stops at 400px and from this point I would need to repeat that image in the bg. I tried background-position but it doesn't work for some reason.
http://www.w3schools.com/css/pr_background-repeat.asp
yutewa00
03-12-2009, 01:13 PM
U didn't understand me .. I need offset background image by 400px and from that point forward repeat it by y axis.
Snookerman
03-12-2009, 01:52 PM
Background-position is CSS3 and is not supported by all browsers yet. What you could do is have the image repeat from the top and then an extra container on top of that with the gradient image.
Good luck!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.