怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jquery搜索栏select下拉选择和美化
准备好需要用到的图标。
新建html文档。
书写hmtl代码冲况艳。
div style="width:530px;margin:100px auto;">
div class="search_box">
span class="left l_bg">/span>
span class="right r_bg">/span>
div class="search">
form name=search_form onSubmit="return bottomForm(this);" target="_blank" method=post>
div id="pt1" class="select">
a id="s0">全站搜索/a>
div style="display:none;" id="pt2" class="part">
a id="s1">百度经验/a>
a id="s2">百度百科/a>
a id="s3">百度百家/a>
a id="s4">百度贴吧/a>
a id="s5">百度知道/a>
a id="s6">百度口碑/a>
a id="s7">百度翻译/a>毙互
a id="s8">百度网址/a>
a id="s9">百度音乐/a>
a id="s10">百度视频/a>
a id="s11">百度新闻/a>
a id="s12">百度云/a>
/
/div>
/div>
input id="catid" name="catid" type="hidden" value="7">
input id="q" class="enter" name="infos" onFocus="if(this.value=='百度经验…'){this.value='';}else{this.select();}this.style.color='black';" 良巨value="百度经验…">
input class="sb" name="Input" type="submit" value="">
/form>
/div>
/div>
/div>
书写css代码。
* { margin: 0; padding: 0; list-style: none; }
body { font-size: 12px; }
img { border: none; }
a { text-decoration: none; }
.search_box { float: left; width: 529px; height: 40px; background: #70b515 url(../images/bg.png) no-repeat -297px -415px; padding-left: 3px; display: inline; }
.search { width: 529px; margin: 0px; line-height: 34px; height: 34px; }
.search a { text-decoration: none; cursor: pointer; }
.search input { float: left; }
.select { background: #fff url(../images/bg.png) no-repeat 76px -5px; border: 0; border-right: solid 2px #fff; width: 82px; height: 34px; color: #666; line-height: 34px; padding-left: 8px; float: left; position: relative; z-index: 99999; font-size: 14px; margin-top: 3px; }
.select_hover { background: #fff url(../images/bg.png) no-repeat 76px 15px; border-right: solid 2px #70b515; }
.part { left: -3px; top: 34px; width: 180px; padding: 4px 1px 1px; background: #fff url(../images/select_topbg.png) no-repeat left top; border: solid 3px #70b515; border-top: 0; line-height: 30px; position: absolute; z-index: 9999; height: auto; zoom: 1; -moz-border-radius: 0px 0px 3px 3px; -border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px; }
.part p { overflow: hidden; }
.part p a { height: 30px; color: #666; line-height: 30px; padding-left: 8px; width: 82px; border-left: solid 1px #f3f3f3; border-top: solid 1px #f3f3f3; background: #fff; display: inline-block; float: left; margin-left: -1px; margin-top: -1px; white-space: nowrap; }
.part a:hover { background: #f5f5f5; color: #62a315; }
.enter { border: 0; width: 348px; float: left; height: 34px; color: #999; line-height: 34px; padding-left: 5px; margin-top: 3px; font-size: 14px; outline: none; }
.enters { border: 0; width: 348px; float: left; height: 34px; color: #333; line-height: 34px; padding-left: 5px; margin-top: 3px; font-size: 14px; outline: none; }
.sb { background: url(../images/bg.png) no-repeat -31px 0; border: 0; width: 84px; _width: 81px; height: 40px; cursor: pointer; }
代码整体结构。
查看效果。
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
标签: JQUERY
相关文章
怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jQuery MiniUI 快速入门,前段时间由于工作的原因接触到MiiUI。感觉MiiUI很强大,使用起来也很舒服。下面我就带领大家快速的使用MiiUI。MiiUI-专业WeUI控件库它能缩短开发时......
2023-03-17 330 JQUERY
怎么使用JQuery Mobile开发移动网站,现在越来越多的人用网站来做手机a,这样的好处是,可以做一个网站,基本上可以做到多个平台adroid,io,w,都可以使用。这里使用JQueryMoile......
2023-03-17 374 JQUERY