I have 6 images that makes a box. (for the borders, and corners), How would I put the images together and make it dynamic and get bigger when I put more content in it?
Share
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.
Either use a sliding doors approach (also see the follow up article) generalised to four way expansion, or put all your images back into one and investigate the
border-imageproperty.If you want to support IE and older browsers then sliding doors is the way to go, if you’re targeting smartphones then
border-imagewill probably be OK.