频道直达 - 专题 - 新闻 - 技巧 - 组网 - 开发 - 安全 - web编程 - 图像 - 操作系统 - 数据库 - 教育 - 旅游 - 健康 - 时尚 - 驱动 - 软件 - 游戏 - 多媒体 - ERP - 讨论组

怎么做类似yahoo的搜索框

来源:闪吧BBS 作者:renx 出处:巧巧读书 2007-06-22 进入讨论组
下一页 1 2 3 

  

  本文及代码由 renx 原创,希望能给各位网友带来帮助。

  开始

  为了做这个yahoo搜索框,我分了三步:

  1. 先做搜索分类的按钮,点击后会和其他按钮看上去比较不一样,这个是挺简单的

  <!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>
  <title>search_bar</title>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  <style>
  body,html {
  font-size:12px;
  }
  .none {display: none;}
  .block {display: block;}
  .s_c {width:800px;text-align: center;}
  .s_c ul{clear:both;margin:0;}
  .s_c li{list-style:none;float:left;position: relative;width: 70px;}
  .c_0 {padding:0px 10px 0px 10px;line-height:22px}
  .c_0 a{color:#666;text-decoration: none;}
  .c_1 {padding:4px 0;width: 70px;
  background:#0075eb;border:1px solid #054576;border-bottom-width:0;text-decoration: none;}
  .c_1 a{color:#FFF;font-weight:bold;text-decoration: none;}
  .c_2 {padding:4px 0;width: 70px;background:#a10303;border:1px solid #662626;border-bottom-width:0;}
  position: absolute;bottom: -7px;left: 0;}
  .c_3 {padding:4px 0;width: 70px;background:#B01FAA;border:1px solid #760473;border-bottom-width:0;}
  .white a {color:#FFF;font-weight:bold;text-decoration: none;}
  </style>
  <script language="javascript">
  function aa(s_id){
  for(i=1;i<4;i++){
  if(i==s_id){
  document.getElementById("m"+i).className="c_"+i+" white";
  }
  else {
  document.getElementById("m"+i).className="c_0";
  }
  }
  }
  </script>
  </head>
  <body>
  <div class="s_c"><ul>
  <li><div id="m1" class="c_1"><a href="###" onClick="aa(’1’)">分类第一</a></div></li>
  <li><div id="m2" class="c_0"><a href="###" onClick="aa(’2’)">分类第二</a></div></li>
  <li><div id="m3" class="c_0"><a href="###" onClick="aa(’3’)">分类第三</a></div></li>
  </ul>
  </div>
  </body>
  </html>

  当然这还不够,接下来实现第二步效果。

收藏 http://www.qqread.com/web-special/e318115.html进入讨论组讨论。
下一页 1 2 3 
收藏此文】【 】【打印】【关闭
相关图文阅读
频道图文推荐
健 康 咨 询
时 尚 咨 询
巧巧读书宗旨
相关专题
讨论组问题推荐
站内各频道最新更新文档
站内最新制作专题
热门关键字导读
Photoshop教 程照片处理 照片制作 PS快捷键 抠图
计 算 机 故 障XP系统修复
艺 术 与 设 计设计 流媒体 设计欣赏 边框
计 算 机 安 全ARP
站内频道文章精选
巧巧电脑频道编辑信箱  告诉我们您想看的专题或文章