河南新华电脑学院

首页 » 技术交流 » 网站专区 » CSS+DIV特区 » CSS+DIV网页特效欣赏:非常酷的角BANNER
罗艾淋 - 2008-4-3 8:09:33
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;}

查看效果[url]http://www.exploding-boy.com/images/banners/banners.html[/url]
 1 
查看完整版本: CSS+DIV网页特效欣赏:非常酷的角BANNER