Box Shadow on table row not appearing in Chrome

zidane1986

New Member
CSS box-shadow on table rows (tr) working fine in Firefox and Internet Explorer, but not Chrome. I have done my best to research the issue, however none of the solutions fixed my problem. I'm using the following CSS:\[code\]<style>tr {background-color:rgb(165, 182, 229);box-shadow:0px 2px 2px black;-moz-box-shadow:0px 2px 2px black; -webkit-box-shadow:0px 2px 2px black;}td, th {padding:5px;text-align:left;}</style>\[/code\]Full code: http://jsfiddle.net/FYt6X/1/Working in Firefox and Internet Explorer, but not Chrome. Any solutions? Thank You.
 
Top