tags:

views:

32

answers:

2

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

+1  A: 

This might help...

Sarfraz
I am looking for CSS solution and not Jquery
Shivanand
+1  A: 

You can also drew shadows using css3 in the browser that supported it. Like:

-moz-box-shadow
Mendy
and don't forget `-webkit-border-radius:5px;`
Kyle Sevenoaks
Does it work in IE7?
Shivanand
IE even 8 don't support css3.
Mendy