您的位置:首页 > 编程语言

网页左侧静态不动的图片广告代码

2016-08-04 14:11 323 查看
效果如下:



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>网页左侧可点击展开关闭的广告代码</title>
</head>
<body>
<!--左侧漂浮-->

<div id="Bar1190_big" style="position:fixed;z-index:9999;top:30%;left:5%;width:100px;height:300px;">
<div id="AD1190" style="width:100px;height:300px;text-align:center;float:none" class="adSpace">
<a href="javascript:void(0)" target="_blank"><img  src="./weixin.jpg" alt="" border="0"></a>
</div>
</div>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: