亚洲精品一二区_亚洲国产一区二区A毛片_亚洲一区二区三区少妇_欧美一区二区精品久久久_久久久久狠狠夜夜躁

CSS+DIV網(wǎng)頁特效欣賞:非常酷的角BANNER
時(shí)間:2006年05月29日 內(nèi)容來源: 互諾科技 瀏覽量:0

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

 查看效果