<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>彩妆热卖产品列表</title>
<style type="text/css">
body, p, ul, li{
margin: 0px;
padding: 0px;
}
#nav{
width: 255px;
background-color: #fff;
}
#nav .title{
background-color: #e9185a;
color: #fff;
padding-left: 10px;
height:35px;
font-weight:bold;/*字体粗细*/
font-size:14px;
line-height:35px
}
ul, li{
line-style-type: none;
}
#nav a{
color: #666;
text-decoration: none;
font-size:13px;
}
#nav li{
border-bottom: 1px #a8a5a5 dashed;
line-height: 30px;
padding-left: 2px;
}
#nav span{
background-image: url(image/dot_01.gif);
background-position: 0px 5px;
background-repeat: no-repeat;
text-align: center;
padding: 10px;
font-weight: bold;
color: #fff;
}
#nav li div{
display: none;
text-align: center;
}
#nav a:hover div{
display: block;
}
</style>
</head>
<body>
<div id="nav">
<P class="title">大家都喜欢的彩妆</P>
<ul>
<li>
<span>1</span>
<a href="#">Za姬芮新能真皙美白隔离霜 35g</a>
<div>
<img src="image/icon-1.jpg" alt="icon_1" />
<p>¥62.00 最近69122人购买</p>
</div>
</li>
</ul>
</div>
</body>
</html>
css中 a:hover无用 想使图片隐鲹 鼠标碰到时出现下拉
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- 斯洛文尼亚旅游 2016-11-23 10:07关注
你的div又不是a的子元素,css选择器都错了,放a里面就行了
<a href="#">Za姬芮新能真皙美白隔离霜 35g<div> <img src="image/icon-1.jpg" alt="icon_1" /> <p>¥62.00 最近69122人购买</p> </div></a>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 乌班图ip地址配置及远程SSH
- ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
- ¥15 PSPICE制作一个加法器
- ¥15 javaweb项目无法正常跳转
- ¥15 VMBox虚拟机无法访问
- ¥15 skd显示找不到头文件
- ¥15 机器视觉中图片中长度与真实长度的关系
- ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
- ¥15 java 的protected权限 ,问题在注释里
- ¥15 这个是哪里有问题啊?