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

80酷酷网    80kuku.com

  css|网页|网页特效

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

    查看效果















分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: