html5想让鼠标移到一个图片的上方时另一个图片出现,可是为什么不显示

html5想让鼠标移到一个图片的上方时另一个图片出现,可是为什么不显示<!doctypehtml><htmllang="en"><head><metacharset="U... html5想让鼠标移到一个图片的上方时另一个图片出现,可是为什么不显示<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
<style>
.big{
display: none;
width: 500px;
height: 500px;
background-color: black;
position: fixed;
top:30%;
right: 0px;

}
.small{
width: 100px;
height: 100px;
background-color: yellow;
position: fixed;
top:50%;
right: 0px;
z-index: 10;
}
.small:hover .big{
display: block;
width: 500px;
height: 500px;
background-color: black;
position: fixed;
top:30%;
right: 0px;

}

</style>
</head>
<body>
<div class="big"></div>
<div class="small"></div>
</body>
</html>
展开
 我来答
匿名用户
2018-01-04
展开全部
<style>
    .big{
        display: none;
        width: 500px;
        height: 500px;
        background-color: black;
        position: absolute;
        top:0;
        right: 100px;
    }
    .small{
        width: 100px;
        height: 100px;
        background-color: yellow;
        position: fixed;
        top:50%;
        right: 0px;
        z-index: 10;
    }
    .small:hover .big{
        display: block;
    }
</style>
<div class="small">
    <div class="big"></div>
</div>
匿名用户
2018-01-04
展开全部
上方时另一个
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式