0

I want to replace Demo image by code css3 or somthing else.

I have a blue image on the image I have a white background,

on the side of the image and white background,

in the right and left sides I have a gradient shadow .

Can I do this shadow only on the sides using css3 or otherwise without the picture?

I try to do it here jsfiddle Demo

Thx.

yossi
  • 296
  • 10
  • 24
  • There are multiple solutions on [a similar question over here](http://stackoverflow.com/questions/1429605/creating-a-css3-box-shadow-on-all-sides-but-one?rq=1). – Etheryte Jun 21 '12 at 06:23

1 Answers1

2

Do you want something like this?
http://jsfiddle.net/jJCwL/4/

If you only want shadow at the right and left side:
http://jsfiddle.net/jJCwL/5/

Puyol
  • 3,084
  • 5
  • 25
  • 33