Quote:
Originally Posted by solohdes
The shadow doesn't work on Firefox 7.0.1. Firefox:
But works on Internet explorer:
Another bug that appears in Internet Explorer is that the avatar is framed, no transparency. Is this because of internet explorer?
|
You have an overridding CSS definition within your CSS files...
Code:
*{ -moz-box-shadow: none !important; -webkit-box-shadow: none !important; }
That is going to kill all box-shadows on Safari, Chrome and Firefox.
Looks like it's in your additional.css CSS template.