Team:Potsdam Bioware/css homepage
From 2011.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */ | background:-ms-linear-gradient(top, #fff, #e6e6e6); /* IE */ | ||
background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */ | background:linear-gradient(top, #fff, #e6e6e6); /* W3C Standard */ | ||
- | -moz-box-shadow: | + | -moz-box-shadow: 3px 3px 4px #000; |
- | + | -webkit-box-shadow: 3px 3px 4px #000; | |
- | + | box-shadow: 3px 3px 4px #000; | |
+ | /* For IE 8 */ | ||
+ | -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')"; | ||
+ | /* For IE 5.5 - 7 */ | ||
+ | filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000'); | ||
} | } | ||
Revision as of 13:38, 18 September 2011