WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
/* Search */#search { float: right; width: 280px; height: 60px; padding: 20px 0px 0px 0px; border-bottom: 4px solid #FFFFFF;}#search form { height: 41px; margin: 0; padding: 10px 0 0 20px;}#search fieldset { margin: 0; padding: 0; border: none;}#search input.text{margin-right: 0.5em;vertical-align: middle;border-top: solid 1px #000000;border-right: 0px;border-bottom: solid 1px #777777;border-left: 0px;padding: 0.15em;width: 10.0em;}#search input.submit{background: #939B00 url('images/zoeken.jpg') repeat-x;border: solid 1px #5F6800;font-weight: bold;padding: 0.25em;font-size: 0.8em;color: #F2F3DE;vertical-align: middle;}#search .highlight { background-color: #F00;}
<?php if(SHOW_SEARCH) { ?> <div class="search"> <form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="text" name="string" class="search_string" /> <input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?>" /> </form> </div> <?php } ?>
<?php if(SHOW_SEARCH) { ?> <div id="search"> <form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="text" name="string" class="search_string" /> <input type="image" src="<?php echo TEMPLATE_DIR;?>/images/search-icon.jpg" value="<?php echo $TEXT['SEARCH']; ?> id="zoekknop"" /> </form> </div> <?php } ?>
#search { float: right; width: 280px; height: 50px; padding: 10px 0px 0px 0px; background: url(images/search-background.jpg) no-repeat left top;}
<div id="search-bar"> <input type="text" name="s" id="s" value="Search ..." /> <a href="#" class="search-button"> </a> </div>
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="post"> <div align="left" class="search"> <input alt="search" class="inputbox" type="text" name="string" size="20" value="<?php echo $TEXT['SEARCH']; ?>..." onblur="if(this.value=='') this.value='<?php echo $TEXT['SEARCH']; ?>...';" onfocus="if(this.value=='<?php echo $TEXT['SEARCH']; ?>...') this.value='';" /></div><input type="text" name="s" id="s" value="<?php echo $TEXT['SEARCH']; ?>" class="search-button /></form>
class="search-button
class="search-button"
<form name="search" action="<?php echo WB_URL.'/search/index'.PAGE_EXTENSION; ?>" method="post"> <div align="left" class="search"> <input alt="search" class="inputbox" type="text" name="string" size="20" class="search-button" value="<?php echo $TEXT['SEARCH']; ?> ..." onblur="if(this.value=='') this.value='<?php echo $TEXT['SEARCH']; ?>...';" onfocus="if(this.value=='<?php echo $TEXT['SEARCH']; ?>...') this.value='';" /></div></form>
<style type="text/css">#w2b-searchbox{background:url(http://lh6.googleusercontent.com/-wu3eH4N9D1Q/TeixH8dOd9I/AAAAAAAAA6Q/taoILP-y0vE/way2blogging_searchbox5.png) no-repeat scroll center center transparent;width:307px;height:50px;disaply:block;}form#w2b-searchform{display: block;padding: 12px;margin:0;}form#w2b-searchform #s{padding: 6px 6px 6px 26px;margin:0;width: 215px;font-size:14px;vertical-align: top;border:none;background:transparent;}form#w2b-searchform #sbutton{margin:0;padding:0;height:30px;width:30px;vertical-align: top;border:none;background:transparent;}</style><div id="w2b-searchbox"><form name="search" id="w2b-searchform" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="text" name="string" id="s" class="search_string" value=""/> <input type="image" name="submit" src="http://img1.blogblog.com/img/blank.gif" id="sbutton" /></form></div>
#search-bar { display: block; float: right; width: 250px;}#search-bar input { border: 1px solid #c3b598; width: 206px; height: 28px; line-height: 28px; padding: 0 6px; margin: 0; color: #888172; float: left;}#search-bar a.search-button { background: transparent url('../images/search-button.gif') no-repeat center; width: 30px; height: 30px; display: inline-block; float: right;}#search-bar a.search-button:hover { text-decoration: none; }
<?php if (SHOW_SEARCH) { ?><div id="search-bar"><form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="hidden" name="referrer" value="<?php echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" /> <input type="text" name="string" /> <input type="submit" name="submit" class="search-button"/></form></div><?php } ?>
#search-bar .search-button {background: transparent url('../images/search-button.gif') no-repeat center;width: 30px;height: 30px;display: inline-block;float: right;}#search-bar .search-button:hover { text-decoration: none;}
<div id="search-bar"><form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="hidden" name="referrer" value="<?php echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" /> <input type="text" name="string" value="<?php echo $TEXT['SEARCH']; ?> ..." /> <input type="submit" name="submit" class="search-button"/></form> </div>
#search-bar .search-button {background: transparent url('../images/search-button.gif') no-repeat center;width: 30px;height: 30px;display: inline-block;float: right;}#search-bar a.search-button:hover { text-decoration: none;}#search-bar { display: block; float: right; width: 250px;}#search-bar input { border: 1px solid #c3b598; width: 206px; height: 28px; line-height: 28px; padding: 0 6px; margin: 0; color: #888172; float: left;}
#search-bar {display:block;float:right;width:250px;}#search-bar input {border:1px solid #c3b598;width:206px;height:28px;line-height:28px;padding:0 6px;margin:0;color:#888172;float:left;}#search-bar .search-button {background: transparent url('../images/search-button.gif') no-repeat center;width:30px;height:30px;display:inline-block;float:right;}#search-bar .search-button:hover {text-decoration:none;}
<?php if (SHOW_SEARCH) { ?><div id="search-bar"><form name="search" action="<?php echo WB_URL; ?>/search/index.php" method="get"> <input type="hidden" name="referrer" value="<?php echo defined('REFERRER_ID') ? REFERRER_ID : PAGE_ID; ?>" /> <input type="text" name="string" /> <input type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?> ..." class="search-button"/></form></div><?php } ?>