Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an HTML form. I have two images; one in which a blurred shade goes towards the left and another in which the shade goes towards the right. Now, I want to use these two images as the border images for the left and right sides of a form respectively.

Is it possible to achieve this via HTML/CSS?

share|improve this question
can you give me the code and that images. – Selva Oct 5 '12 at 13:26
What u have tried? – Arpit Srivastava Oct 5 '12 at 13:27
See this topic stackoverflow.com/questions/12711776/… – Caelea Oct 5 '12 at 13:28

1 Answer

up vote 2 down vote accepted

Why not use the CSS3 shadow instead?

you can customize it in many ways. Maybe it suits your needs and it seems like a cleaner way to add shadows than to have the visitor downloading images.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.