29/11/2016
Add a very Nice Search Box
Hello everyone
Today I am going to give an amazing gadget, It is a search box for your bog or website. You can add it easily
Follow the steps bellow
Sign in to your blog , and select Layout
Click Add a Gadget , select HTML/JavaScript and copy & past the code bellow into the box . Add a tittle .ex Search This Blog or what ever you want and click Save
Code
<div id='search-wrapper'><style type='text/css'> .form-wrapper { width: 290px; padding: 5px; margin: 10px auto; overflow: hidden; border-width: 1px; border-style: solid; border-color: #dedede #bababa #aaa #bababa; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: #f6f6f6; } .form-wrapper #search { width: 210px; height: 12px; padding: 10px 5px; float: right; font: bold 18px 'Arial', 'trebuchet MS', 'Tahoma'; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .form-wrapper #search:focus { outline: 0; border-color: #aaa; } .form-wrapper #search::-webkit-input-placeholder { color: #999; font-weight: normal; } .form-wrapper #search:-moz-placeholder { color: #999; font-weight: normal; } .form-wrapper #search:-ms-input-placeholder { color: #999; font-weight: normal; } .thumb{position:relative;left:4px;top:1px;} .form-wrapper #submit { float: left; border: 1px solid #00748f; height: 32px; width: 60px; padding: 0; cursor: pointer; font: bold 15px Arial, Helvetica; color: #fafafa; text-transform: uppercase; background-color: #0483a0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .form-wrapper #submit:hover, .form-wrapper #submit:focus { background-color: #91bc1e; } .form-wrapper #submit:active { outline: 0; } .form-wrapper #submit::-moz-focus-inner { border: 0; } </style> <div class='rss'> <form action='/search' class='form-wrapper' method='get'> <input id='search' name='q' placeholder='' type='text'/> <input id='submit' type='submit' value='Search'/> </form></div></div>
Put the search box anywhere you want on your blog
You like this article? Share it Please
Related Articles:
Subscribe to:
Post Comments (Atom)
This was great! I love it! Thanks so much for taking the time to share so many helpful hints with the world, it means a lot!!
ReplyDeleteYour welcome
DeleteIt worked perfectly on my blog! I really liked your blog, I think the content you present can be clearly understood.
ReplyDeleteThanks, your awesome
Delete