1.带关闭对联广告(固定位置:双关闭)
<html>
<head>
<title>带关闭对联广告(固定位置:双关闭)</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<style type=”text/css”>
<!–
*{ margin:0; padding:0;}
body{ text-align:center; font-size:12px;}
–>
</style>
</head>
<body>
<div style=”margin:auto; padding:20px 0; width:770px; height:1500px; background:#eee; position:relative; “>
带关闭对联广告(固定位置:双关闭)
</div>
<!– 对联 start –>
<div id=”dl_left” style=”position: absolute; left: 5px; top: 65px;”>
<embed src=”http://blog.gulu77.com/demo/flash/dl.swf” width=”100″ height=”300″ style=”display:block; font-size:1px;” wmode=”transparent”></embed>
<div style=”cursor: hand; background:#eeeeee; font-size:12px; text-align:left;” onClick=”document.getElementById(’dl_left’).style.visibility=’hidden’;document.getElementById(’dl_right’).style.visibility=’hidden’”>关 闭</div>
</div>
<div id=”dl_right” style=”position: absolute; right: 5px; top: 65px;”>
<embed src=”http://blog.gulu77.com/demo/flash/dl.swf” width=”100″ height=”300″ style=”display:block; font-size:1px;” wmode=”transparent”></embed>
<div style=”cursor: hand; background:#eeeeee; font-size:12px; text-align:left;” onClick=”document.getElementById(’dl_left’).style.visibility=’hidden’;document.getElementById(’dl_right’).style.visibility=’hidden’”>关 闭</div>
</div>
<!– 对联 end –>
</body>
</html>
2.带关闭对联广告(固定位置:单关闭) 全文阅读 »