首页
您所在的位置:首页 > 学习 > 学堂知识 > 正文

对联-网页设计html对联样式代码,纯CSS做对联广告代码

作者:句子 来源:句子 日期:2023/8/20 23:11:05 人气:6 加入收藏 标签:代码 对联 me 关闭

?页设计

html

对联样式代码

,

CSS

做对联?告代码

上?篇?章介绍了使?JS?法对联?告,带有可关闭的功能:《JS对联?告 - 可点击关闭的两侧对联?告代码》

下?为?家再介绍?个纯CSS(也不能说全纯CSS,还是有?句javascript代码的,可直接写在模板中,不会被拦截)

如果是百分百纯CSS,是不具有关闭?告的功能,只能使?position进?相对浏览器进?悬浮固定才?!

css 代码.couplet_ad

{position:fixed;bottom:auto; top:0; width: 120px; height: 230px; z-index:99999; margin-top:158px;}

* html .couplet_ad

{_position:absolute;

_bottom:auto;

_top:expression(eval(document.documentElement.scrollTop));}

.couplet_ad a{ display:block; cursor:pointer;}

#ad_left{ left: 0px;}

#ad_right{ right: 0px;}

html代码(下代码直接放到html中即可)

对联?告左边

关闭

对联?告右边

关闭

这个js是关闭按钮代码

function ad_left(){

document.getElementById('ad_left').style.display="none";

}

function ad_right(){

document.getElementById('ad_right').style.display="none";

}

本文网址:http://dongdeshenghuo.com/xuetangzhishi/124996.html
读完这篇文章后,您心情如何?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0