Shadow effect
-
Hello, I have seen the shadow effect is not visible in the latest versions of FF and IE with this CSS:
-webkit-box-shadow: 7px 7px 8px # 818181;
-moz-box-shadow: 7px 7px 8px # 818181;Changing it to this:
box-shadow: 8px 7px 7px rgba (129, 129, 129, 1);
-moz-box-shadow: 8px 7px 7px rgba (129, 129, 129, 1);
-webkit-box-shadow: 8px 7px 7px rgba (129, 129, 129, 1);shadow effect looks good in FF, IE and Chrome (latest versions)
regards
Eduardo
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Shadow effect’ is closed to new replies.