首页 > 网站 > WEB开发 > 正文

CSS+DIV网页特效欣赏:非常酷的角BANNER

2024-04-27 13:55: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;}

查看效果http://www.exploding-boy.com/images/banners/banners.html


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表