The top fixed div can be set to a semi-transparent effect

The top fixed div can be set to a semi-transparent effect

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Top Fixed</title>
<style type="text/css">
html,body {overflow:hidden;margin:0px;width:100%;height:100%;}
.virtual_body {width:100%;height:100%;overflow-y:scroll;overflow-x:auto;}
.fixed_div {position:absolute;z-index:2008;top:0px;left:0px;right:16px;height:40px;background:#CCCCCC;border-bottom:3px inset;border-color:#006699;
//bottom:20px;
//border:1px solid red;
//border-style:inset;
//Translucent effect production
//filter:alpha(opacity=50);
//-moz-opacity:0.5;
//opacity:0.5;
//background:#666666;
}
</style>
</head>
<body>
<div class="fixed_div"><font color="red">Zhengzhou University</font></div>
<div class="virtual_body">
<div style="height:888px;">
<p>


Goodbye, I will definitely come back to see you!
</div>
</div>
</body>
</html>

The effect diagram is as follows:

<<:  Use of align-content in flex layout line break space

>>:  Steps for IDEA to integrate Docker to achieve remote deployment

Recommend

HTML embedded in WMP compatible with Chrome and IE detailed introduction

In fact, there are many corresponding writing met...

Vue custom components use event modifiers to step on the pit record

Preface Today, when I was using a self-written co...

Solution to the problem of not finding Tomcat configuration in Intelli Idea

I joined a new company these two days. The compan...

vue+echarts realizes the flow effect of China map (detailed steps)

@vue+echarts realizes the flow effect of China ma...

Mysql cannot select non-aggregate columns

1. Introduction I recently upgraded my blog and a...

Design of image preview in content webpage

<br />I have written two articles before, &q...

Docker installation and configuration image acceleration implementation

Table of contents Docker version Install Docker E...

Complete steps for Nginx to configure anti-hotlinking

need: Usually, sites want to prevent videos and p...

Ubuntu 16.04 64-bit compatible with 32-bit programs in three steps

Step 1: Confirm the architecture of your system d...

Quick solution for forgetting MySQL8 password

Preface When we forget the MySQL database passwor...

How to write the parent and child directories of HTML relative paths

How to indicate the parent directory ../ represent...

Analyzing ab performance test results under Apache

I have always used Loadrunner to do performance t...