来自YouKu的漂亮搜索框

  • 闲来木事,把YouKu漂亮的搜索框给扣下来了,费了好大事啊,大家用起来可方便多了,运行一下看效果吧,绝对漂亮哦。
<!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">
<HTML>
<HEAD>
<TITLE>河北礼品公司</TITLE>
<style>
/*basic*/
*{padding:0;margin:0;color:#000;font:12px/20px Arial,Sans-serif,"宋体";}
/*elements*/
.clear{clear:both;height:0px;overflow:hidden;}
ul,li,ol{list-style-type:none;list-style-position:outside;}
button,.btnNormal{height:22px;line-height:18px;padding:0 9px!important;padding:0 5px;}
a{color:#0042ff;text-decoration:underline;}
a,a *{cursor:pointer;}
a img{border:0;}
.searchTool{float:left;width:520px;}
.searchTool .searchExtend{float:left;line-height:24px;_padding-top:5px;}
.searchTool .radio{vertical-align:middle;margin-left:10px;margin-right:2px;*margin-right:0;}
.searchTool .txtSearch{float:left;width:232px;padding:2px 2px 0 2px;height:20px;line-height:20px;vertical-align:bottom;border:1px solid #3e99d4;}
.searchTool .selSearch{float:left;width:60px;background:#fff;height:22px;line-height:22px;border:1px solid #3e99d4;border-left:0;}
.searchTool .nowSearch{float:left;width:40px;height:20px;line-height:22px;overflow:hidden;padding-left:4px;}
.searchTool .btnSel{float:right;border-left:1px solid #3e99d4;width:14px;height:22px;}
.searchTool .btnSel a{background:url(/jscss/demoimg/201302/btn_sel.gif) no-repeat center center;display:block;width:14px;height:22px;}
.searchTool .btnSel a:hover{background:url(/jscss/demoimg/201302/btn_sel_over.gif) no-repeat center center;border:1px solid #fff;width:12px;height:20px;}
.searchTool .selOption{z-index:9999;position:absolute;margin-left:-1px;width:60px;background:#fff;border:1px solid #3e99d4;}
.searchTool .selOption a{display:block;height:21px;padding-left:5px;line-height:21px;color:#000;text-decoration:none;}
.searchTool .selOption a:hover{color:#fff;background:#95d5f1;}
.searchTool .btnSearch{float:left;margin-left:10px;width:58px;height:22px;line-height:22px;border:1px solid #3e99d4;overflow:hidden;}
.searchTool .btnSearch a{background:url(/jscss/demoimg/201302/bg_nav_option.gif) repeat-x center -6px;display:block;text-decoration:none;height:22px;line-height:22px;overflow:hidden;}
.searchTool .btnSearch a:hover{background:url(/jscss/demoimg/201302/bg_nav_option_over.gif) repeat-x center center;border:1px solid #fff;height:20px;line-height:20px;}
.searchTool .btnSearch .lbl{cursor:pointer;display:block;width:40px;padding-left:5px;letter-spacing:5px;text-align:center;height:18px;padding-top:1px;margin:0 auto;filter:progid:DXImageTransform.Microsoft.DropShadow(color=#daeefa,offX=1,offY=1,positives=true);}
.searchTool .btnSearch a:hover .lbl{padding-top:0px;}
</style>
<script>
function drop_mouseover(pos){
    try{window.clearTimeout(timer);}catch(e){}
}
function drop_mouseout(pos){
    var posSel=document.getElementById(pos+"Sel").style.display;
    if(posSel=="block"){
        timer = setTimeout("drop_hide(‘"+pos+"‘)", 1000);
    }
}
function drop_hide(pos){
    document.getElementById(pos+"Sel").style.display="none";
}
function search_show(pos,searchType,href){
    document.getElementById(pos+"SearchType").value=searchType;
    document.getElementById(pos+"Sel").style.display="none";
    document.getElementById(pos+"Slected").innerHTML=href.innerHTML;
    document.getElementById(pos+‘q‘).focus();
    var sE = document.getElementById("searchExtend");
    if(sE != undefined && searchType == "bar"){
        sE.style.display="block";
    }else if(sE != undefined){
        sE.style.display="none";
    }
    try{window.clearTimeout(timer);}catch(e){}
    return false;
}
</script>
</HEAD>
<BODY>
<div class="searchTool">
<form method="get" action="http://so.youku.com/search_playlist" name="headSearchForm" id="headSearchForm" onsubmit="return dosearch(this);">
              <input class="txtSearch" id="headq" name="q" type="text" value="闯关东" />
              <input name="searchdomain" type="hidden" value="http://so.youku.com">
              <input id="headSearchType" name="searchType" type="hidden" value="playlist">
              <div class="selSearch">
                <div class="nowSearch" id="headSlected" onclick="if(document.getElementById(‘headSel‘).style.display==‘none‘){document.getElementById(‘headSel‘).style.display=‘block‘;}else {document.getElementById(‘headSel‘).style.display=‘none‘;};return false;" onmouseout="drop_mouseout(‘head‘);">专辑</div>
                <div class="btnSel"><a href="#" onclick="if(document.getElementById(‘headSel‘).style.display==‘none‘){document.getElementById(‘headSel‘).style.display=‘block‘;}else {document.getElementById(‘headSel‘).style.display=‘none‘;};return false;" onmouseout="drop_mouseout(‘head‘);"></a></div>
                <div class="clear"></div>
                <ul class="selOption" id="headSel" style="display:none;">
                    <li><a href="#" onclick="return search_show(‘head‘,‘video‘,this)" onmouseover="drop_mouseover(‘head‘);" onmouseout="drop_mouseout(‘head‘);">视频</a></li>
                    <li><a href="#" onclick="return search_show(‘head‘,‘playlist‘,this)" onmouseover="drop_mouseover(‘head‘);" onmouseout="drop_mouseout(‘head‘);">专辑</a></li>
                    <li><a href="#" onclick="return search_show(‘head‘,‘user‘,this)" onmouseover="drop_mouseover(‘head‘);" onmouseout="drop_mouseout(‘head‘);">会员</a></li>
                    <li><a href="#" onclick="return search_show(‘head‘,‘bar‘,this)" onmouseover="drop_mouseover(‘head‘);" onmouseout="drop_mouseout(‘head‘);">看吧</a></li>
                    <li><a href="#" onclick="return search_show(‘head‘,‘pk‘,this)" onmouseover="drop_mouseover(‘head‘);" onmouseout="drop_mouseout(‘head‘);">PK擂台</a></li>
                </ul>
              </div>
              <div class="btnSearch">
                <a href="#" onclick="javascript:return dosearch(document.getElementById(‘headSearchForm‘));"><span class="lbl">搜索</span></a>
              </div>
                            <div class="searchExtend" id="searchExtend" name="searchExtend" style="display:none">
                                <input type="radio" class="radio" name="sbt" value="post" onclick="csbt(this,this.form.sbts);" />搜贴子<input type="radio" name="sbt" value="user" onclick="csbt(this,this.form.sbts);" class="radio" />按作者搜<input type="hidden" name="sbts" value="bar">
              </div>
                            <div class="clear"></div>
              </form>
            </div>
            <div class="clear"></div>
        </div>
    </div>
</BODY>
</HTML>

来自YouKu的漂亮搜索框

时间: 2024-10-28 21:22:48

来自YouKu的漂亮搜索框的相关文章

6个漂亮的Web前端表单提交以及搜索框(下)

4.jQuery圆形修边注册表单 能在支持 FireFox.Chrome.Safari.傲游.搜狗.360浏览器. 源码下载/  在线演示 5.  HTML5超酷表单展示效果 源码下载  /  在线演示 6.  纯CSS3实现的紫色登录表单 源码下载 /  在线演示 6个漂亮的Web前端表单提交以及搜索框(下)

6个漂亮的Web前端表单提交以及搜索框(上)

1. 纯CSS3实现动画搜索框 源码下载  /  在线演示 2.  js text文本框字数限制 源码下载 /  在线演示 3.jQuery动态下拉登陆提示框 源码下载/   在线演示 6个漂亮的Web前端表单提交以及搜索框(上)

Select2 在jquery UI Dialog 搜索项失效且不能focus到搜索框解决方案

今天在项目到遇到一个select2插件在jquery UI Dialog 不能focus到搜索框的问题,后来在js 代码中加入(位置可以自己选 ,我选的位置是select2.min.js 后面,因为很多地方都用到,不用针对一个一个功能去修改): $.ui.dialog.prototype._allowInteraction = function(e) {     return !!$(e.target).closest('.ui-dialog, .ui-datepicker, .select2-

[2016-01-15][html][简单搜索框]

   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 <html>     <head>         <title>搜索框</title>         <meta charset="utf-8">     </head>     <body>         <table>             <tr colspan = 2>   

ios UISearchBar搜索框的基本使用

摘要: 小巧简洁的原生搜索框,漂亮而易用,如果我们的应用没有特殊需求,都可以使用它. iOS中UISearchBar(搜索框)使用总结 初始化:UISearchBar继承于UIView,我们可以像创建View那样创建searchBar     UISearchBar * bar = [[UISearchBar alloc]initWithFrame:CGRectMake(20, 100, 250, 40)];     [self.view addSubview:bar]; @property(n

用jsonp实现搜索框功能的实现

用jsonp实现搜索框功能的实现 前面的话: 在上周本来想发一篇模仿必应搜索的界面.但是在准备写文章之前突然想到前面学习了ajax技术,在这里我也让我的页面有一种不需要手动刷新就能获取到数据.但是发现用前面的方法并不能获取到我想要的效果.无奈前几天电脑换系统,把之前的源码丢了(前面有个不好的习惯就是把最近在做的东西放桌面).今天想彻底把这个问题搞明白. 用jquery和ajax进行初步的尝试: (本代码是参考慕课网,搜索框制作视频制作,有关具体详情请参考视频.自己之前的代码找不到了,之前最先的想

实现DataTables搜索框查询结果高亮显示

DataTables是封装好的HTML表格插件,丰富了HTML表格的样式,提供了即时搜索.分页等多种表格高级功能.用户可以编写很少的代码(甚至只是使用官方的示例代码),做出一个漂亮的表格以展示数据.关于DataTables的更多信息,请查看:http://www.datatables.club/.https://datatables.net/.下图将要展示的南京景点游记的相关数据,在DataTables表格中展示出来. 上面DataTable表格中的即时搜索.分页等功能是创建好DataTable

Android零基础入门第62节:搜索框组件SearchView

原文:Android零基础入门第62节:搜索框组件SearchView 一.SearchView概述 SearchView是搜索框组件,它可以让用户在文本框内输入文字,并允许通过监听器监控用户输入,当用户输入完成后提交搜索时,也可通过监听器执行实际的搜索. SearchView默认是展示一个search的icon,点击icon展开搜索框,也可以自己设定图标.用SearchView时可指定如下表所示的常见XML属性及相关方法. 如果为SearchView增加一个配套的ListView,则可以为Se

Android----- 改变图标原有颜色 和 搜索框

本博客主要讲以下两点知识点 图标改变颜色:Drawable的变色,让Android也能有iOS那么方便的图片色调转换,就像同一个图标,但是有多个地方使用,并且颜色不一样,就可以用这个方法了. 搜索框: 一般是EditText实现,本文 实现 TextView图片和文字居中,键盘搜索. 来看看效果图: 图标改变颜色:第一个界面的左边(二维码)和右边(更多)两个实现,我放进去的图片是黑色的,显示出来是白色的. 搜索框:第一个界面的图片和文字居中,还可以设置间距,第二个见面搜索设置键盘搜索按钮,点击搜