如何让<div style="width:600px; height:10px;background-color:#669900;"></div>背景色统一,
<scripttype="text/javascript"src="jquery-1.7.2.js"></script><scripttype="text/javascr...
<script type="text/javascript" src="jquery-1.7.2.js"></script>
<script type="text/javascript">
$(function (){
$("#opendiv").click(function (){
document.getElementById("win").style.display="";
});
});
$(function (){
$("#closediv").click(function (){
document.getElementById("win").style.display="none";
});
});
</script>
<span id="opendiv">打开div+css+JQuery测试层</span>
<div id="win" style="display:none; POSITION:absolute; left:50%; top:50%; width:600px; height:400px; margin-left:-300px; margin-top:-200px; border:1px solid #888;background-color:#edf; text-align:center">
<div style="width:600px; height:10px;background-color:#669900;">
<div style="width:545px; float:left;text-align:center" >div+css+JQuery测试层</div>
<div id="closediv" style="width:50px; float:right;">关闭</div>
</div> 展开
<script type="text/javascript">
$(function (){
$("#opendiv").click(function (){
document.getElementById("win").style.display="";
});
});
$(function (){
$("#closediv").click(function (){
document.getElementById("win").style.display="none";
});
});
</script>
<span id="opendiv">打开div+css+JQuery测试层</span>
<div id="win" style="display:none; POSITION:absolute; left:50%; top:50%; width:600px; height:400px; margin-left:-300px; margin-top:-200px; border:1px solid #888;background-color:#edf; text-align:center">
<div style="width:600px; height:10px;background-color:#669900;">
<div style="width:545px; float:left;text-align:center" >div+css+JQuery测试层</div>
<div id="closediv" style="width:50px; float:right;">关闭</div>
</div> 展开
2个回答
展开全部
<div style="width:600px; height:10px;background-color:#669900;">
把height:20px,你在看看效果
把height:20px,你在看看效果
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询