I currently have an image repeating on y (e.g. background: url() repeat-y), but I want it to start 20px down from where the div starts.
how do I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe you should use
:afteror:beforefor this, because there’s no need to add extra markup in your HTML. Like this:It works in IE8 & above. For IE7 or IE6 you can give extra
DIVfor this.