Img semi-transparent processing Img plus semi-transparent background implementation ideas and code

Img semi-transparent processing Img plus semi-transparent background implementation ideas and code

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>mask-layer</title>
</head>
<style type="text/css">
*{margin:0;padding: 0;}
ul{margin:100px auto 0; width:200px;}
img{border: 0 none;}
li{background-color:#555;list-style: none; width: 146px; height: 220px;}
a:hover{opacity: 0.6;}
</style>
<body>
<ul>
<li><a href=""><img src="upload/2022/web/64380cd7912397dd9e0581b65982b2b7d0a28707.jpg" alt="" /></a></li>
</ul>
</body>
</html>

Principle : add a background to li, the size of li is the size of the image, and change the transparency of a when a:hover

<<:  Analysis of MySQL crash recovery based on Redo Log and Undo Log

>>:  This article summarizes the specific use of CSS two-column layout and three-column layout

Recommend

In-depth understanding of umask in new linux file permission settings

Preface The origin is a question 1: If your umask...

WeChat applet implements a simple calculator

A simple calculator written in WeChat applet for ...

Canonical enables Linux desktop apps with Flutter (recommended)

Google's goal with Flutter has always been to...

Docker Tutorial: Using Containers (Simple Example)

If you’re new to Docker, take a look at some of t...

Detailed explanation of the role of brackets in AngularJS

1. The role of brackets 1.1 Square brackets [ ] W...

Add a copy code button code to the website code block pre tag

Referring to other more professional blog systems...

The latest MySQL 5.7.23 installation and configuration graphic tutorial

The detailed installation and configuration of th...

How to deploy the crownblog project to Alibaba Cloud using docker

Front-end project packaging Find .env.production ...

HTML Frameset Example Code

This article introduces a framework made by Frame...

Using jQuery to implement the carousel effect

What I bring to you today is to use jQuery to imp...

Detailed explanation of Mysql's method of optimizing order by statement

In this article, we will learn about the optimiza...