aha2095 Posted June 27, 2010 Posted June 27, 2010 The background Image behind the links is the one I'm trying to extend - I want to make it the same size as the one next to it. Also likejavascript I'm bad with CSS. Quote
Spudinski Posted November 7, 2010 Posted November 7, 2010 Use the background-repeat property. obj { background-repeat: repeat-all; } Default is the repeat-all value, just fyi. Quote
Dayo Posted November 7, 2010 Posted November 7, 2010 background-repeat: repeat-y; (vertical) background-repeat: repeat-x; (horizontal) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.