3个回答
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function mover(){
document.getElementById('text').style.display='none';
};
function mout(){
document.getElementById('text').style.display='block';
};
</script>
</head>
<body style="width: 100%; height: 100%;">
<div id="d" onmouseover="mover()" onmouseout="mout()" style="width: 200px;height: 200px;background-color: #99bbe8;">
<span id="text">text</span>
</div>
</body>
</html>
是这意思嘛 没看太明白
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function mover(){
document.getElementById('text').style.display='none';
};
function mout(){
document.getElementById('text').style.display='block';
};
</script>
</head>
<body style="width: 100%; height: 100%;">
<div id="d" onmouseover="mover()" onmouseout="mout()" style="width: 200px;height: 200px;background-color: #99bbe8;">
<span id="text">text</span>
</div>
</body>
</html>
是这意思嘛 没看太明白
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
感应?应该是监听鼠标事件吧?实现类型上下滚动条的效果还是?
更多追问追答
追问
类似滚动条的效果
只不过通过鼠标滑动
就能控制
div 内部的内容上下移动
追答
给div加一个滚动条 那样窗口不就不动 只有div中的内容在移动
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询