After searching around the web for drop shadow, I found that the css3 has a nice and easy way to accomplish this by writing to lines of code.
But the CSS validator wont validate those two lines, even after I chose CSS3 profile. Is there anything I am missing here?
Code:
-moz-box-shadow: 1px 1px 10px #999;
-webkit-box-shadow: 1px 1px 10px #999;
But the CSS validator wont validate those two lines, even after I chose CSS3 profile. Is there anything I am missing here?