Home >Web Front-end >JS Tutorial >jQuery fade in and fade out png image has black border under ie8 solution_jquery

jQuery fade in and fade out png image has black border under ie8 solution_jquery

WBOY
WBOYOriginal
2016-05-16 17:40:521153browse

Add the red text to the class with png images

Copy code The code is as follows:

background-image:url(****** .png)!important;
background-image:url(../images/space.gif);/*space.gif is a transparent image file*/
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="******.png", enabled=true, sizingMethod=scale);
Statement:
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