Is it possible to apply shadow for header <h3>
tags jquery....
Here home,Manage users,Enquiry and reports are headers and i would like to add shadow to it... I looked for jquery shadow plugin which has div samples but how to apply the same for header tags?
<script type="text/javascript">
$(function(){
$("#exampleDiv").shadow({
width:5,
startOpacity:60,
endOpacity:10,
cornerHeight:8,
color:"#000000"
});
})
</script>