Team:Imperial College/Templates/Carousel
From 2013.igem.org
(Difference between revisions)
Line 51: | Line 51: | ||
right: 0; | right: 0; | ||
text-align: right; | text-align: right; | ||
- | background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255, | + | background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */ |
- | background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255, | + | background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */ |
- | background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255, | + | background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ |
- | background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255, | + | background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */ |
- | background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255, | + | background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */ |
- | background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255, | + | background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */ |
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 ); /* IE6-9 */ | ||
} | } |
Revision as of 21:24, 16 September 2013