站内搜索:
首页 >> 前端 >> 内容
非常酷的角BANNER

时间:2006/9/25

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;}

来源:天极网

  • 上一篇:边框(border)边距(margin)和间隙(padding)属性的区别
  • 下一篇:最基本的几种CSS文字滤镜效果
  • 返回顶部