收藏本页 | 网站地图 | 投稿指南
 
 
当前位置:首页 >> 学院首页 >> 网页设计 >> CSS >>

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

放大字体  缩小字体  At: 2006-09-27 18:06  By: master8 转载 来源: 互联网

Top Right Banner Style

  1. #topright {
  2. position: absolute;
  3. right: 0;
  4. top: 0;
  5. display: block;
  6. height: 125px;
  7. width: 125px;
  8. background: url(TRbanner.gif) no-repeat;
  9. text-indent: -999em;
  10. text-decoration: none;}

Top Left Banner Style

  1. #topleft {
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. display: block;
  6. height: 125px;
  7. width: 125px;
  8. background: url(TLbanner.gif) no-repeat;
  9. text-indent: -999em;
  10. text-decoration: none;}

查看效果

 






         









 
Google
论坛精华  
 
 
  ©2005-2008 站长吧 Master8.NET All Rights Reserved 陕ICP备05010609号