Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->网站设计 ->网页制作 ->正文

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

来源:Linuxdby.com 作者:Webmaster 时间:2007-04-28 点击: [收藏] [投稿]

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




 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:HTML结构化:DIV+CSS网页布局入门指南   下一篇:CSS+DIV设计实例:不同色链接和其下划线

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号