Team:Potsdam Bioware/css homepage
From 2011.igem.org
(Difference between revisions)
Line 23: | Line 23: | ||
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:5px 5px 5px rgba(0,0,0,0.5); /* Firefox - alte Syntax */ | ||
+ | -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* Safari, Chrome - alte Syntax */ | ||
+ | box-shadow:5px 5px 5px rgba(0,0,0,0.5); /* alle neuen Browser, W3C Standard */ | ||
+ | |||
/* Für Internet Explorer 5.5 - 7 */ | /* Für Internet Explorer 5.5 - 7 */ |
Revision as of 11:57, 20 September 2011