I have a script search...
and I want to tell the to put code to find directly to the results! No this code /search
thank you!!!
and I want to tell the to put code to find directly to the results! No this code /search
thank you!!!
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
<ul class="clearfix"><form method="get" action="[color=red]/search.forum?mode=searchbox&show_results=topics[/color]" class="qsearch"><input type="text"> <input type="submit" value="Search"></form>
<form method="get" action="/search"><input type="text" name="search_keywords"> <input type="submit" value="Search"></form>
<div class="search-box">
<form method="get" action="/search">
<input type="text"
size="15" class="search-field" name="s" id="s" value="Search.." onfocus="if(this.value == 'Search..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search..';}"/>
<input type="submit" value="" class="search-go" />
.search-box{ /*outer background*/
background:url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-box.gif) no-repeat top left;
height: 26px;
padding: 5px 0 0 10px;
width: 165px;
}
input.search-field{ /*input field */
float: left;
border:0;
margin:0;
font-family:tahoma;
font-size: 12px;
padding: 3px 0px 0px 4px;
height:18px;
background: #ffffff url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-form.png) no-repeat top left;
width: 123px;
}
input.search-go { /*search icon */
float:left;
border:0;
margin:0;
padding:0;
margin-left: 5px;
height: 21px;
width: 21px;
background: url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-icon.png) no-repeat top left;
cursor: pointer;
}
input.search-go:hover{ /*search icon hover "Does Not work in ie6" */
background:url(http://qkin.com/wp-content/themes/qkin-new/demos/demo-images/search-icon.png) no-repeat bottom left;
}
<div class="search-box">
<form method="get" action="/search">
<input type="text"
size="15" class="search-field" name="search_keywords" id="s" value="Search.." onfocus="if(this.value == 'Search..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search..';}"/>
<input type="submit" value="" class="search-go" />