How to write transparent CSS for images using filters

How to write transparent CSS for images using filters
How to write transparent CSS for images using filters

Copy code
The code is as follows:

html>body .naver_on { width:75px;height:54px;background:url(http://image.wshang.com/index/naver_on.png) no-repeat ;}
* html .naver_on { width:75px; height:54px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://image.wshang.com/index/naver_on.png");background:none;}

<<:  Classes in TypeScript

>>:  Two usages of iFrame tags in HTML

Recommend

Understanding the MySQL query optimization process

Table of contents Parsers and preprocessors Query...

Sample code for automatic web page refresh and automatic jump

Automatic web page refresh: Add the following code...

VMware Workstation virtual machine installation operation method

Virtual machines are very convenient testing soft...

Detailed explanation of Vue lazyload picture lazy loading example

Documentation: https://github.com/hilongjw/vue-la...

JavaScript canvas realizes colorful sun halo effect

This article example shares the specific code of ...

A brief discussion on how to write beautiful conditional expressions in JS

Table of contents Multiple conditional statements...

Detailed explanation of simple html and css usage

I will use three days to complete the static page...

13 JavaScript one-liners that will make you look like an expert

Table of contents 1. Get a random Boolean value (...

Various correct postures for using environment variables in Webpack

Table of contents Write in front Business code us...

How to use history redirection in React Router

In react-router, the jump in the component can be...

The easiest way to reset mysql root password

My mysql version is MYSQL V5.7.9, please use the ...

Detailed explanation of how to gracefully delete a large table in MySQL

Preface To delete a table, the command that comes...

Common symbols in Unicode

Unicode is a character encoding scheme developed ...

Vue implements a simple shopping cart example

This article example shares the specific code of ...