Mon, 2010-08-09 09:18
Hello,
I'm looking for a simple and efficient way to make round cornered expandable divs with drop shadows.
I know this can be easily achieved with css3, I also know how to do this for fixed width divs, but I have no idea how to achieve this for divs that have to expand both in width and in height.
Any ideas? Thank!
Mon, 2010-08-09 16:22
#1
If you know it can easily be
If you know it can easily be achieved in CSS3, why don't you use CSS3?
Fri, 2010-08-13 19:44
#2
Please explain..
"but I have no idea how to achieve this for divs that have to expand both in width and in height"
Please post the code you're currently using. border-radius/box-shadow should work regardless of width/height.


