I'm creating a website and I need to style some boxes like this image here. Although, their height aren't fixed for it's dynamic content I used -webkit-border-image
and -moz-image-border
and it worked perfectly. Unfortunately, IE is a bad bad guy and I wanted it to appear properly.
I thought about using CSS3 with box-shadow
and -webkit-gradient
and -moz-linear-gradient
but again IE doesn't work.
I'd like to know some CSS technique so that I can have the gradient box and the shadows within a div
with undefined size (I mean dynamic height and width)