您现在的位置是:网站首页> 编程资料编程资料

非常酷的角BANNER_CSS/HTML_

2023-05-25 316人已围观

简介 非常酷的角BANNER_CSS/HTML_

Top Right Banner Style


#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(TRbanner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;}


Top Left Banner Style


#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(TLbanner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;}

来源:天极网

-六神源码网