I am working on a div which should show a drop shadow at the bottom and right. Here is the link to the html page. I dont know why the classes are not getting applied to the div. Your help is highly appreciated.
Tooltip.html
Here is the image mock-up which shows the Drop shadow affect
Image-mockup
views:
32answers:
2I am looking for CSS solution and not Jquery
Shivanand
2010-04-30 10:05:28
+1
A:
You can also drew shadows using css3 in the browser that supported it. Like:
-moz-box-shadow
Mendy
2010-04-30 07:57:12