当前位置:网站首页>下拉框三角的简易设置
下拉框三角的简易设置
2022-07-19 05:21:00 【陌 年】
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
height: 0;
}
li{
list-style: none;
}
a{
text-decoration: none;
}
.box{
width: 100px;
height: 30px;
background-color: aqua;
margin: 0 auto;
position:relative;
}
.content>a{
width: 100px;
padding-left: 30px;
}
.box1{
width: 150px;
height: 100px;
background-color: bisque;
margin-top: 8px;
margin-left:-65px;
display: none;
}
.box:hover .box1{
display: block;
}
.box1::after{
content: '';
display: block;
width: 0;
height: 0;
border: 8px solid red;
border-color:transparent transparent red transparent;
position: absolute;
left: 40px;
bottom: 0;
}
</style>
</head>
<body>
<div class="box">
<div class="content"> <a href="#">下载</a>
<ul>
<li class="box1"><a href="#"></a></li>
</ul>
</div>
</div>
</body>
</html>
边栏推荐
- Mikrotik ROS soft route setting Internet access mode (I)
- 深入递归、深搜dfs、回溯、剪纸学习。
- Pytorch: Introduction à visdom
- Introduction to dark horse programmer UDP
- About querying basic resource information and viewing key data
- gocore-v2框架-脚手架生成项目结构介绍
- xpath过滤标签内的其他标签获得全部内容
- LVM和磁盘配额
- 单臂路由和VRRP
- [resource record] VAE learning notes
猜你喜欢
Lombok cooperates with logback to realize the simplest log output
安装管理程序
猫和狗的分类例子-Kaggle
Pytorch:visdom介紹
Insert cross column pictures under the title of the home page of latex IEEE paper, and solve the footnote problem
Mikrotik ROS soft route setting Internet access mode (I)
gocore-v2框架-脚手架生成项目结构介绍
在线问题反馈模块实战(七):安装部署swagger2
gocore-v2框架-gocore.yaml配置文件介绍
Three elements of network communication for dark horse programmers
随机推荐
【资源记录】Bayesian Neural Network(BNN)介绍,常见package及区别
论文笔记:Look Back and Predict Forward in Image Captioning# Look Back and Predict Forward in Image Capti
ZABBIX chart Chinese garbled
Introduction to dark horse programmer UDP
gocore-v2框架-快速开始
论文笔记:Neural Baby Talk
[turn] method to solve memory / video memory leakage pytorch
LVM and disk quotas
值得一看的智能运维AIOps关键核心技术概览
Win10 + CUDA11.7+pytorch手动安装-2.0版本
Dark horse programmer multithreading implementation mode II
【report】tf-faster-rcnn 运行自己的训练数据 could not broadcast input array from shape (4) into shape (0)
Manually compile and install Apache
Dark horse programmer thread pool
ModuleNotFoundError: No module named 'gflags'
【资源记录】Invertible Neural Networks 可逆神经网络是什么,与VAE,GAN的关系;什么是Bits per pixel,Bits per dim
【记录资源&想法】如何评估聚类效果 i.e. Clustering performance evaluation/Clustering validity assessment.
Single arm routing and VRRP
Pytoch: dataset summary
ZTE ZXR10 5250 command hints