CSS box hide/show and then the top layer implementation code

CSS box hide/show and then the top layer implementation code

insert image description here

.imgbox{	
	width: 1200px;
	height: 612px;
	margin-right: auto;
    margin-left: auto;
    margin-top: 60px;   
}
.m1{
	border: solid;
	border-width: 1px;		
	height: 300px;
	width: 227px;
	

}
#m1img{
	text-align:center;
	padding-top: 55px;	    
}
#img2{
	margin-bottom: 35px;
}
p>span {
	text-decoration:line-through;
}

#where1{
	position: absolute;
	left:412px;
	top: 60px;
}
#where2{
	position: absolute;
	left:651px;
	top: 60px;
}
#where3{
	position: absolute;
	left:890px;
	top: 60px;
}
#where4{
	position: absolute;
	left:1129px;
	top: 60px;
}
#where5{
	position: absolute;
	left:412px;
	top: 372px;
}
#where6{
	position: absolute;
	left:651px;
	top: 372px;
}
#where7{
	position: absolute;
	left:890px;
	top: 372px;
}
#where8{
	position: absolute;
	left:1129px;
	top: 372px;
}
 #sbox{
    height:76px;
	width: 227px;
	background-color: #ff6700;
	opacity: 0;/*invisible*/
	z-index:999;
	position: absolute;
	bottom: -0.5px;
}
#where1:hover #sbox{
	opacity: 1;	
}
#where2:hover #sbox{
	opacity: 1; (display)
}
#where3:hover #sbox{
	opacity: 1;	
}
#where4:hover #sbox{
	opacity: 1;	
}
#where5:hover #sbox{
	opacity: 1;	
}
#where6:hover #sbox{
	opacity: 1;	
}
#where7:hover #sbox{
	opacity: 1;	
}
#where8:hover #sbox{
	opacity: 1;	
}
#sboxp{
	line-height: 76px;
	color: white;
} 

insert image description here

HTML Code

<!DOCTYPE html>
<html>
<head>
	<title></title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
	<link rel="stylesheet" type="text/css" href="css/1.css">
	<link rel="stylesheet" type="text/css" href="css/normalize.css">
</head>
<body>
	<div class="imgbox">
	    <img src="images/mi.png">		
		<div class="m1" id="where1">
			<div id="m1img">
				<div id="img2"><img src="images/m1.png"></div>
                <p>Xiaomi TV 3</p>
                <p>999 yuan<span>1199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi TV Promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where2">
			<div id="m1img">
				<div id="img2"><img src="images/m2.png"></div>
                <p>Xiaomi TV 5</p>
                <p>1099 yuan<span>1399 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi TV Promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where3">
			<div id="m1img">
				<div id="img2"><img src="images/m3.png"></div>
                <p>Xiaomi Computer</p>
                <p>4999 yuan<span>5199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi computer promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where4">
			<div id="m1img">
				<div id="img2"><img src="images/mi4.png"></div>
                <p>Xiaomi Computer</p>
                <p>5999 yuan<span>6199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi computer promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where5">
			<div id="m1img">
				<div id="img2"><img src="images/m1.png"></div>
                <p>Xiaomi TV 3</p>
                <p>999 yuan<span>1199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi TV Promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where6">
			<div id="m1img">
				<div id="img2"><img src="images/m2.png"></div>
                <p>Xiaomi TV 5</p>
                <p>1099 yuan<span>1399 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi TV Promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where7">
			<div id="m1img">
				<div id="img2"><img src="images/m3.png"></div>
                <p>Xiaomi Computer</p>
                <p>4999 yuan<span>5199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi computer promotion</p></div>
			</div>
		</div>
		<div class="m1" id="where8">
			<div id="m1img">
				<div id="img2"><img src="images/mi4.png"></div>
                <p>Xiaomi Computer</p>
                <p>5999 yuan<span>6199 yuan</span></p>
                <div id="sbox"><p id="sboxp">Xiaomi computer promotion</p></div>
			</div>
		</div>				
	</div>
</body>
</html>

Summarize

This is the end of this article about the top-level implementation code after hiding/showing CSS boxes. For more relevant CSS box hiding content, please search 123WORDPRESS.COM’s previous articles or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

<<:  How to implement the webpage anti-copying function (with cracking method)

>>:  Detailed explanation of JavaScript's built-in objects Math and strings

Recommend

Vue uses v-model to encapsulate the entire process of el-pagination components

Use v-model to bind the paging information object...

js implements the classic minesweeper game

This article example shares the specific code of ...

Code for aligning form checkbox and radio text

Alignment issues like type="radio" and t...

MySQL SQL statement analysis and query optimization detailed explanation

How to obtain SQL statements with performance iss...

Implementation of setting fixed IP when starting docker container

Network type after docker installation [root@insu...

Tutorial on installing php5, uninstalling php, and installing php7 on centos

First, install PHP5 very simple yum install php T...

MySQL 8.0.12 installation configuration method and password change

This article records the installation and configu...

Easyswoole one-click installation script and pagoda installation error

Frequently asked questions When you are new to ea...

How to use VIM editor in Linux

As a powerful editor with rich options, Vim is lo...

A brief analysis of how to upgrade PHP 5.4 to 5.6 in CentOS 7

1. Check the PHP version after entering the termi...

Summary of Vue's common APIs and advanced APIs

Table of contents nextTick Mixins $forceUpdate se...

Detailed explanation of the use of MySQL concatenation function CONCAT

The previous articles introduced the replacement ...

Vue.js performance optimization N tips (worth collecting)

Table of contents Functionalcomponents Childcompo...

JavaScript implements the nine-grid click color change effect

This article shares the specific code of JavaScri...