论坛风格切换
  • 3327阅读
  • 0回复

[定制开发功能]一段导航自适应代码 [复制链接]

上一主题 下一主题
离线太史慈
 

发帖
766
金币
626
威望
556
只看楼主 倒序阅读 使用道具 楼主  发表于: 2011-07-14
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>CSS自适应宽度圆角按钮</title>
  6. <style>
  7. *{margin:0; padding:0;}
  8. body{padding:10px; font-size:12px;}
  9. h1{margin:0; padding:10px 0; font-size:14px; font-weight:bold;}
  10. a{background:url(c.gif) left 0;  color:#fff; text-decoration:none; height:30px; float:left; cursor:hand; margin:0 5px 0 0;}
  11. a:hover{background:url(c.gif) left -30px;height:30px;}
  12. a span{background:url(c.gif) right 0;  padding:9px 8px 5px 0; margin:0 0 0 8px; float:left; height:16px;}
  13. a:hover span{background:url(c.gif) right -30px; color:#000;  padding:9px 8px 5px 0; margin:0 0 0 8px; height:16px;  }
  14. </style>
  15. </head>
  16. <body>
  17. <h1><strong>CSS自适应宽度圆角按钮</strong></h1>
  18. <a href="#"><span>首页</span></a>
  19. <a href="#"><span>不是首页</span></a>
  20. <a href="#"><span>他也许是首页</span></a>
  21. <a href="#"><span>但他一定不是首页</span></a>
  22. <a href="#"><span>好了,就这样把。别扯了~</span></a>
  23. </body>
  24. </html>

附件: 导航自适应.zip (2 K) 下载次数:63
[url=http://www.phpwind.com]phpwind[/url]
快速回复
限100 字节
如果您在写长篇帖子又不马上发表,建议存为草稿
 
提到某人:
选择好友
上一个 下一个