Dreamweaver中实现双背景图片导航菜单的代码

发布时间:2022-04-15 发布网站:脚本宝典
脚本宝典收集整理的这篇文章主要介绍了Dreamweaver中实现双背景图片导航菜单的代码脚本宝典觉得挺不错的,现在分享给大家,也给大家做个参考。

复制代码
代码如下:
<!DOCTYPE htML PubLIC "-//W3C//DTD XHTML 1.0 TransITional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <html XMlns="http://www.w3.org/1999/xhtml">
  <head>
  <;meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  <title>脚本宝典www.js-code.COM</title>
  </head>
  <style type=text/css>
  #nav ul {
  font-Size: 11px;
  margin: 0px auto 100px;
  padding:0;
  font-family: arial, verdana, sans-serif;
  white-space: nowrap;
  list-style-type: none
  }
  #nav li {
  float: left;
  margin:0;
  padding:0;
  }
  #nav a {
  float: left;
  margin: 0px 2px 0px 0px;
  padding:0 0 0 2px;
  color: #fff;
  background: url(../js/jsneedpic/i200741210911.gif) #040 no-repeat left bottom;
  letter-spacing: 1px;
  text-decoration: none
  }
  #nav a strong {
  display: block;
  background: url(../js/jsneedpic/j200741210920.gif) no-repeat right bottom;
  float: left;
  padding:5px 16px 5px 12px;/*---右边底部图片位置决定重要因素--*/
  }
  #nav a:hover {
  cursor: pointer;
  background-color: #080
  }
  #nav #current a {
  background-color: #080
  }
  #nav {
  border-top: #040 8px solid;
  background: #fff;
  padding:1px 0 0 0;
  }
  </style>
  <body>
  <div id="nav">
  <ul>
  <li><a href="#"><strong>home</strong></a> _fcksavedurl=""#"><strong>home</strong></a>" </li>
  <li><a href="#"><strong>PRivacypolicy</strong></a> </li>
  <li id="current"><a href="#"><strong>contact us</strong></a> </li>
  <li><a href="#"><strong>products</strong></a> </li>
  <li><a href="#"><strong>site map</strong></a> </li>
  </ul>
  </div>
  </body>
  </html>

脚本宝典总结

以上是脚本宝典为你收集整理的Dreamweaver中实现双背景图片导航菜单的代码全部内容,希望文章能够帮你解决Dreamweaver中实现双背景图片导航菜单的代码所遇到的问题。

如果觉得脚本宝典网站内容还不错,欢迎将脚本宝典推荐好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: