![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
Here is the code you will need
Code:
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="Search this website..." name="s" id="searchbox" onfocus="if (this.value == 'Search this website...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />
<input type="submit" id="searchbutton" value="GO" /></form>
Code:
#searchbox {
background: #F7F5EF !important;
width: 220px;
color: #495D5C;
font-size: 12px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-weight: normal;
margin: 0px;
padding: 4px 0px 3px 5px;
border-top: 1px solid #759697;
border-right: 1px solid #A3BAB9;
border-left: 1px solid #759697;
border-bottom: 1px solid #A3BAB9;
display: inline;
}
#searchbutton {
background: #93BBBC;
color: #FFFFFF;
font-size: 11px;
font-family: Georgia, Times New Roman, Trebuchet MS;
margin: 0px 0px 0px 5px;
padding: 3px 3px 2px 3px;
font-weight: bold;
border-top: 1px solid #A3BAB9;
border-right: 1px solid #759697;
border-left: 1px solid #A3BAB9;
border-bottom: 1px solid #759697;
}
__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography New to Genesis? Check out Genesis Explained. "We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy "Some days even my lucky rocket ship underpants don't help" - Calvin StudioPress on Facebook |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding new widgets to Allure theme | Florux | General Discussion | 4 | 05-06-2010 10:39 AM |
| Adding video to Lifestyle Child Theme Sidebar | brodie | General Discussion | 1 | 03-20-2010 09:26 PM |
| Allure sidebar content wrapping | Lynnhawks | General Discussion | 7 | 01-08-2010 11:09 AM |
| Adding Allure Featured Video Section | skypilot | General Discussion | 1 | 10-23-2009 09:46 AM |
| Guide: Adding Google Search to Theme | Bongo | General Discussion | 1 | 01-05-2009 07:09 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us