Welcome to the Community Exchange, a place where community members can exchange questions and answers related to DotNetNuke. If you would like more info about the Community Exchange, please visit this page in our Wiki.
This is likely a CSS issue with your skin. Please check in your skin.css file and remove any CSS drop shadow code.
The issue with drop shadows is that the CSS3 features for drop shadow have not bee standardized and each browser has their prefixed implementation.
-moz-box-shadow:
3px
4px
#000
;
-webkit-box-shadow:
box-shadow:
You have already flagged this post. Clicking "Remove Flag" below will remove your flag, thus reducing the count by one as well.