Example of ie writing using css3

高洛峰
Release: 2017-03-22 15:21:37
Original
1316 people have browsed it

This article explains in detail the example of how to write ie using css3

linear-gradient

background: linear-gradient(to bottom, #97c1e0 0%, #086cb6 100%);
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#97c1e0',endColorStr='#086cb6',gradientType='0');
Copy after login

2.opacity

opacity:0.3;
filter: alpha(opacity=30);
Copy after login

The above is the detailed content of Example of ie writing using css3. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template