Home > Article > Web Front-end > Example of ie writing using css3
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');
2.opacity
opacity:0.3; filter: alpha(opacity=30);
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!