欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jQuery下拉美化搜索表單效果代碼分享

 更新時間:2015年08月25日 15:16:47   投稿:lijiao  
這篇文章主要介紹了jQuery下拉美化搜索表單樣式,功能實現(xiàn)非常簡單,推薦給大家,有需要的小伙伴可以參考下。

本文實例講述了jQuery下拉美化搜索表單效果。分享給大家供大家參考。具體如下:
JQuery下拉美化搜索表單樣式代碼是一款美化下拉框的表單,樣式已寫好,需要的朋友改一下就可以用了。
運行效果圖:-------------------查看效果-------------------

小提示:瀏覽器中如果不能正常運行,可以嘗試切換瀏覽模式。
為大家分享的jQuery下拉美化搜索表單效果代碼如下

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery下拉美化搜索表單樣式代碼</title>

<link href="css/base.css" type="text/css" rel="stylesheet" />

<style type="text/css">
/* search */
.search{border:2px solid #f58400;height:35px;margin:40px auto 0 auto;width:525px;}
.search select{display:none;}
.search .select_box{font-size:12px;color:#999999;width:100px;line-height:35px;float:left;position:relative;}
.search .select_showbox{height:35px;background:url(images/search_ico.png) no-repeat 80px center;text-indent:1.5em;}
.search .select_showbox.active{background:url(images/search_ico_hover.png) no-repeat 80px center;}
.search .select_option{border:2px solid #f58400;border-top:none;display:none;left:-2px;top:35px;position:absolute;z-index:99;background:#fff;}
.search .select_option li{text-indent:1.5em;width:90px;cursor:pointer;}
.search .select_option li.selected{background-color:#F3F3F3;color:#999;}
.search .select_option li.hover{background:#BEBEBE;color:#fff;}

.search input.inp_srh,.search input.btn_srh{border:none;background:none;height:35px;line-height:35px;float:left}
.search input.inp_srh{outline:none;width:365px;}
.search input.btn_srh{background:#f58400;color:#FFF;font-family:"微軟雅黑";font-size:15px;width:60px;}
</style>

</head>


<body>

<div class="search radius6">
 <form name="searchform" method="post" action="/e/search/index.php">
 <input name='ecmsfrom' type='hidden' value='9'>
 <input type="hidden" name="show" value="title,newstext">
 <select name="classid" id="choose">
  <option value="0">搜索全部</option>
  <option value="1">新聞中心</option>
  <option value="4">技術(shù)文檔</option>
  <option value="22">下載中心</option>
 </select> 
 <input class="inp_srh" name="keyboard" placeholder="請輸入您要搜索的作品" >
 <input class="btn_srh" type="submit" name="submit" value="搜索">
 </form>
</div>

<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery.select.js"></script>

<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">

</div>
</body>
</html>

以上就是為大家分享的jQuery下拉美化搜索表單樣式代碼,希望大家可以喜歡。

相關(guān)文章

最新評論