CSS3 - box-shadow

mattbtay

New Member
I am having trouble getting the box-shadow property to work in firefox, it is working just fine in safari, am I using the syntax right?

HTML:
box-radius: 5px 5px 5px #000;
-webkit-box-radius: 5px 5px 5px #000;
-moz-box-radius: 5px 5px 5px #000;
 
Top