6 Stylish Search Box Code For Blogger Blog or Website


Hi  friends Blogger hmare liye kitna important h ye to aapko pta hi h es post me aaj hm ye janenge ki kaise hm apne blog ya apni website par custum search box lga sakte h jisse visiter ko bhi fayda ho sake

Kyo Jruri hai Search box


Agar hm apni website par daily article publish karte hai to hmari website par bahut sare article ho jate hai ya jab koi hmare blog par aata hai ya website par aata hai to jo usse article dekhna hai etne sare article me usse dekhna padta hai ki konsa article kaha hai isliye agar hmne apni website par search box laga rakha hai to visiter aasani se apni post ko search kar sakta hai or usse padh sakta hai


<style>
#searchbox {
    background: #d8d8d8;
    border: 4px solid #e8e8e8;
    padding: 20px 10px;
    width: 250px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBJKp_gvpHW4vMrz6_Rp6TkFLCm8pbFaO3Lw63PSgBHoiZkjXcyMa8agK9xntbS3TmZyJJBGXwEEvyUVyAHvO1JWzUgDslAYeUzr7SxskoqZRWaSKzJvIOa8upWkoIZRPonIyAewwp3xXT/s1600/search-dark.png) no-repeat 10px 6px #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 55%;
    padding: 8px 15px 8px 30px;
}

#button-submit {
    background: #6A6F75;
    border-width: 0px;
    padding: 9px 0px;
    width: 23%;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    color: #fff;
    text-shadow: 0 1px 0 #555;
}

#button-submit:hover {
    background: #4f5356;
}

#button-submit:active {
    background: #5b5d60;
    outline: none;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search">
<input name="q" type="text" size="15" placeholder="Type here..." />
<input id="button-submit" type="submit" value="Search" />
</form>





<style>
#searchbox {
width: 240px;
}
#searchbox input {
    outline: none;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input[type="text"] {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBJKp_gvpHW4vMrz6_Rp6TkFLCm8pbFaO3Lw63PSgBHoiZkjXcyMa8agK9xntbS3TmZyJJBGXwEEvyUVyAHvO1JWzUgDslAYeUzr7SxskoqZRWaSKzJvIOa8upWkoIZRPonIyAewwp3xXT/s1600/search-dark.png) no-repeat 10px 13px #f2f2f2;
border: 2px solid #f2f2f2;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #6A6F75;
    width: 160px;
    padding: 14px 17px 12px 30px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    text-shadow: 0 2px 3px #fff;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#searchbox input[type="text"]:focus {
background: #f7f7f7;
border: 2px solid #f7f7f7;
width: 200px;
padding-left: 10px;
}

#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKlvrpIfGGRkwqYbVVuBlWlFXA5ciQsv_DUmDFjUzf43EDKLg9ws-U6ZME-TfrYEwG8Bp4TJqarcoC0V7iMPznz6oOWVjg7T5Gb3DZ9AZmGcfbvN78QjV2LeEiRuIWgDtvbJx5h82zU2y2/s1600/slider-arrow-right.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 43px;
height: 45px;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="Enter keywords here..." />
<input id="button-submit" type="submit" value=" "/>
</form>





<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi64MHOIrYlDNBZBae4fSUicXtNW-B-r1Nji5t9P2gZVPchkkE5Ev2ze6eQpSDhz3AYhAEz444DlXffbjvgqTPZbiM_BjlVYq21nykUoP5kYAED4Fk4obBgGId17MG0SvvqPB8JXvaTrBoc/s1600/searchbar.png) no-repeat;
    width: 208px;
    height: 29px;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input {
    outline: none;
}
#searchbox input[type="text"] {
    background: transparent;
    margin: 3px 0px 0px 20px;
    padding: 5px 0px 5px 0px;
    border-width: 0px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    color: #828282;
    width: 70%;
    display: inline-table;
    vertical-align: top;
}
#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQYkwcO-Q4E2GWn37DmZYGBW087YuFVvU4M_s8-GCsX_icmseDyXYobGK7wzxuOMGEEtZEQSF-5lJZ0I5gKX_WAFl0qqhjYueBCLpFtaGu3ODl5AYB293OILvXe-Y4eFDrF2hQVoLwMLXS/s1600/magnifier.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 4px;
    width: 21px;
    height: 22px;
}
#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqLLFqCkkw7EkzhkqihkI5tj4-6e_MRKK9yxJzJvjWDUj27lh0KV06kLDU8uaQOGaXl-AsSBJm0p6KZi3fKnNJttbQ6Dm33BQ07q3D2yPyXTsqKlNejcd-2QzOBruc4gh8l3vGSaFscG8N/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqLLFqCkkw7EkzhkqihkI5tj4-6e_MRKK9yxJzJvjWDUj27lh0KV06kLDU8uaQOGaXl-AsSBJm0p6KZi3fKnNJttbQ6Dm33BQ07q3D2yPyXTsqKlNejcd-2QzOBruc4gh8l3vGSaFscG8N/s1600/magnifier-hover.png) no-repeat;
    outline: none;
}
#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
    <input name="q" type="text" size="15" placeholder="search..." />
    <input id="button-submit" type="submit" value="" />
</form>



<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9YGlvDtOnLWVImdIhzP07CshQpHKd5r4-UoHdlQGpxX1fDur5rF_ZsFngr_4ziqY1morBUYH6zMDUnO1LehAVSgUglg0VxouaFfB1ZsLyXc9ysFPtH-Wvxdh4HJoZXW1hKeB8rcsXZwcI/s1600/search-box.png) no-repeat;
    height: 27px;
    width: 202px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: transparent;
    margin: 0px 0px 0px 12px;
    padding: 5px 0px 5px 0px;
    border-width: 0px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 12px;
    font-style: italic;
    width: 77%;
    color: #828282;
    display: inline-table;
    vertical-align: top;
}

#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJfeRLb8bACV0x9eM-RuCpuS0FR2AsNUptbTiLV7KmLwurWM2BsBKYCA_LyW6-3pR6gn0zI7Y0jv85HoNmz81TGeb4fLHgOhWvvLtBLFClyHcvjH3GFW1fRLzScovrUXYTgIMpZD1YgOm6/s1600/search-button.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhlGYXpgs1bR3-eD-LAB2N4-VGEJVCDlSoVIQprGCLMuR1W-zMSk8MbULvgy2pZpTkj4AfunP1PDkbn87fzuk8X0oVWzW7wSCZITnFyAMnVPv4abjE2i_b1ICV4RuvshMz5IYS_jd3TL7nO/s1600/search-button-hover.png) no-repeat;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>



<style>
#searchbox {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwKLNAA6DA-6wYDG9q4AF_krtdKdRHBxqyQrn9360O34ojdpw621ovLeB39cY4v6W9pPTMenO3FtnhZ3OdTXBsikrFxW1EMBjpmh1zaR6zWdCQxP8Idq3IRthjXPKcA-AbusnTALw0Gqaz/s1600/search-box1.png) no-repeat;
    width: 250px;
    height: 65px;
}

input:focus::-webkit-input-placeholder {
color: transparent;
}

input:focus:-moz-placeholder {
color: transparent;
}

input:focus::-moz-placeholder {
color: transparent;
}

#searchbox input {
    outline: none;
}

#searchbox input[type="text"] {
    background: transparent;
    padding: 5px 0px 5px 20px;
    margin: 10px 15px 0px 0px;
    border-width: 0px;
    font-family: "Brush Script MT", cursive;
    font-size: 12px;
    color: #595959;
    width: 65%;
    font-weight: bold;
    display: inline-table;
    vertical-align: top;
}

#button-submit {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha-NOR5ibfGUviIsA0A2-HTRJM7Oo1T513qoQxsMqqRT3VSG4_uAlcdMriCyJ0NOrRsH7Y2NNAR4QOFUXMmGjSp7Qi56PPCwEfXk-kqDQ1GTJOcPTSFHDeqzpDixIjkZv2g9Y-QZKaBWlX/s1600/magnifier.png) no-repeat;
    border-width: 0px;
    cursor: pointer;
    margin-top: 10px;
    width: 19px;
    height: 25px;
}

#button-submit:hover {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIIXDvwLxTxRioeaA9Bp8mbojRdj9_-y0p5vmcAKrd09zj-mmZPw1ZGdNh4s1aDiehBqDxUuJcFKQUSvZZJr_uLT9vWc2VZbWy3DL7SyhGct-5lk0njZ3eCXi1rEjU_kVMgp3oDkS_CYlm/s1600/magnifier-hover.png) no-repeat;
}

#button-submit:active {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIIXDvwLxTxRioeaA9Bp8mbojRdj9_-y0p5vmcAKrd09zj-mmZPw1ZGdNh4s1aDiehBqDxUuJcFKQUSvZZJr_uLT9vWc2VZbWy3DL7SyhGct-5lk0njZ3eCXi1rEjU_kVMgp3oDkS_CYlm/s1600/magnifier-hover.png) no-repeat;
    outline: none;
}

#button-submit::-moz-focus-inner {
    border: 0;
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
    <input class="textarea" name="q" type="text" size="15" placeholder="Search here..." />
    <input id="button-submit" type="submit" value="" />
</form>



<style>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaWANDAyGV49S0o7F-q5tRWdnfoc5qTg7GegjSyxUbuwPIqBd2OOWqspckMmp60ygvI4mYLOt8lJZFOSzntbA8aUi8qtK9A44cz1E78Rmcnf5H5MsqACXDQ4nMlAQ3z5uRtCWkVCQJ-foE/s1600/search-box.png) no-repeat;
}

#searchbox input {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}
#searchbox input[type="text"] {
background: transparent;
border: 0px;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 14px;
    color: #f2f2f2 !important;
    padding: 10px 35px 10px 20px;
    width: 220px;
}
#searchbox input[type="text"]:focus {
color: #fff;
}

#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPajWTlqk3sz7_uLmICFNjxmNwe5UHmPl8Uhd7-mZke-eSCo7lT30XZNNDzeVnHXsY8pwBeKrygv8WSLH0RUZs4dnpE-UxMGv3Id7ObVYlekwrHRt4ifDTSFXfPIth4Y9omPPBpc13Cfjj/s1600/search-icon.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 40px;
height: 50px;
}

#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeoE_XyYgB0RzHFP8f-NsKBWJnzYh3iMkkEy8LysLBOypc5Kd7RUVPvGymDclIDm6DMnsBHC-97Qr4kVco8_wbvOcOF41HU7oN_FH_Kst3BP_kipAQtJaXm4roUqp5ud2w6iTLAeGTTVit/s1600/search-icon-hover.png);
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="Enter keywords here..." />
<input id="button-submit" type="submit" value=" "/>
</form>

Blog  par search box kaise lgaye


Mene apni website par kai baar btaya h ki apni website par kaise hm html / javascript code laga sakte hai vaise hi niche jo bhi code h wo aapko html / javascript widget  me paste karna or aap apne blog par usse laga sakte hai