国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

JQuery+CSS提示框?qū)崿F(xiàn)思路及代碼(純手工打造)

2019-11-20 22:44:31
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

<html>
<head>
<meta charset="utf-8" />
<script type="text/javascript" src="jquery-1.8.2.js"></script>
<title>背景透明</title>
<style>
*{
margin:0;
padding:0;
}
body{
position:relative;
width:100%;
height:100%;
}
.aaa{
background-color:#fff;
border:10px solid gray;
border-radius:4px 4px 4px 4px;
display:none;
width:300px;
position:absolute;
top:30%;
left:30%;
z-index:11;
}
.show{
display:none;
width:100%;
height:100%;
position:absolute;
z-index:10;
left:0;
top:0;
background:#000000;
opacity:0.3;
filter:alpha(opacity=30);
}
a{
TEXT-DECORATION:none
}
.w_close:hover{
color:#666666;
font-size:12px;
}
.w_close:link {
color:#666666;
font-size:12px;
}
.w_close:active{
color:#666666;
font-size:12px;
}
.w_close:visited {
color:#666666;
font-size:12px;
}
</style>
</head>
<body >
<div id="test">
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
<p>劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮劉成亮</p>
</div>
<div id="showError">顯示提示</div>
<div id="" class="show"></div>
<div class="aaa">
<div style="height:20px;background-color:#F2F2F2">
<span style="float:right;cursor:pointer;padding-top:4px;padding-right:4px;" id="close"><a class="w_close" href="javascript:void(0);">關(guān)閉</a></span>
</div>
<div style="">
<table>
<tr>
<th>用戶名:</th>
<td><input type="text" name="name"></td>
</tr>
<tr>
<th>密碼:</th>
<td><input type="password" name="password"></td>
</tr>
<tr>
<td><input type="submit" value="提交"></td>
</tr>
</table>
</div>
</div>
</body>
<script type="text/javascript">
$("#showError").live('click',function(){
$(".show").show();
$(".aaa").show();
//$("body").addClass("fli");
})
$("#test").live('click',function(){
alert(11111);
})
$("#close").live('click',function(){
$(".show").hide();
$(".aaa").hide();
})
</script>
</html>
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 乌什县| 千阳县| 乐业县| 祁东县| 蕉岭县| 澄江县| 佳木斯市| 中宁县| 科技| 偃师市| 临城县| 松江区| 横峰县| 定陶县| 阳新县| 武隆县| 金乡县| 汶上县| 七台河市| 长兴县| 秭归县| 将乐县| 稷山县| 镇雄县| 漾濞| 嘉兴市| 梓潼县| 兰坪| 镇沅| 阜新| 基隆市| 涿鹿县| 安西县| 卢龙县| 沭阳县| 宁武县| 内黄县| 威远县| 门头沟区| 连云港市| 剑阁县|