Home  >  Article  >  Web Front-end  >  html filter has no effect_html/css_WEB-ITnose

html filter has no effect_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:071081browse

I would like to ask if there are any special requirements for Shenma’s HTML filter, such as browser version or something. For Shenma, the code I wrote according to the effect on the Internet has no effect at all. Thank you very much!


Reply to the discussion (solution)

Post the code

It seems that the filter can only be used by IE and some IE-based browsers
And sometimes it can’t even be used in IE
I wonder if my IE is malfunctioning

It seems that filters can only be used in IE and some IE-based browsers
And sometimes it can’t even be used IE can’t be used anymore
I wonder if my IE is malfunctioning

I tried it with chrome at first, but it didn’t work. Then I switched to IE and still had problems

Post the code Ah




  

I can do it under ie8
Anyway, its compatibility is not good. Just give up the filter. Haha

Try this Method:
background:#494949; background:-moz-linear-gradient(top, #494949, #919191); background:-webkit-linear-gradient(top, #494949, #919191); filter: progid :DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#919191'); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#919191') ";}
.currpage a.btn_gray:hover,.view_type .currpage a.btn_gray:active{background:#494949; background:-moz-linear-gradient(top, #494949, #919191); background:- webkit-linear-gradient(top, #494949, #919191);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#919191'); -ms-filter: "progid:DXImageTransform. Microsoft.gradient(startColorstr='#494949', endColorstr='#919191')";

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