首页 > 代码库 > CSS搜索框
CSS搜索框
<title>CSS搜索框</title> <style type="text/css"> .searchinput{ border-right-width: 0px; padding-left: 3px; width: 168px; font-family: arial; float: left; border-top-width: 0px; border-bottom-width: 0px; color: #636365; margin-left: 4px; font-size: 8pt; vertical-align: middle; border-left-width: 0px; margin-right: 3px; } .tab_search{ border-bottom: #cccccc 1px solid; border-left: #cccccc 1px solid; height: 25px; border-top: #cccccc 1px solid; border-right: #cccccc 1px solid; } .searchaction{ width: 21px; float: left; height: 17px; } </style> <form action="#" name="search"> <table border="0" cellpadding="0" cellspacing="0" class="tab_search"> <tr> <td> <input type="text" name="q" title="Search" class="searchinput" id="searchinput" onkeydown="if (event.keyCode==13) {}" onblur="if(this.value=http://www.mamicode.com/=‘‘)value=‘请输入商品关键字‘;" onfocus="if(this.value=http://www.mamicode.com/=‘请输入商品关键字‘)value=‘‘;" value="请输入商品关键字" size="10"/> </td> <td> <input type="image" width="21" height="17" class="searchaction" onclick="if(document.forms[‘search‘].searchinput.value=http://www.mamicode.com/=‘- Search Products -‘)document.forms[‘search‘].searchinput.value=‘‘;" alt="Search" src="images/searchbutton.gif" border="0" hspace="2"/> </td> </tr> </table> </form>
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。