CSS INLINE HELP
-
ok..
here is the link
https://mexicalifacil.com/index/the search orange funciont, i want it too look line… like
input text > category pick > search
instead of
inpute text
search > category pickhere is the html/php on my header
<div class="left"> <?php if(function_exists('sbc')){ sbc(); } else { ?> <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"> <div id="search"> <input class="searchinput" type="text" value="Search this site..." onclick="this.value='';" name="s" id="s" /> <input class="searchsubmit" type="submit" value="GO"/> <?php } ?> </div> </form>
and here is the CSS
/* 5. Search Form */ #searchform { margin: 0px 0px 0px 10px; } .searchinput { width: 120px; height: 13px; padding: 2px 2px 2px 2px; font-size: 11px; color: #666; border: 1px solid #e6e6e6; } .searchsubmit { background: url(images/searchbg.gif) repeat-x center; height: 19px; padding: 1px 2px 1px 2px; font-size: 11px; font-weight: bold; color: #333; border: 1px solid #e6e6e6; cursor: pointer; } form#sbc-search {display: inline; float:right:} form#sbc-search * {margin: 0px; display: inline; float:right;} form#sbc-search input#s {background: #fcb342; border: 0px solid #bbbbbb; padding: 4px 10px; width: 80%; margin: 0px auto 10px;} form#sbc-search select#cat {background: #fcb342 url(arrow.png) 88% 50% no-repeat; height: 30px; width: 180px; border: 0px solid #bbbbbb; padding: 4px 20px; -khtml-appearance: none; /* fix default safai styling */ border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;} form#sbc-search select#cat option {padding: 2px 4px;} form#sbc-search input#sbc-submit {height: 30px; width: 40%; margin: 0px auto 10px; background: #fcb342; border: 0px solid #bbbbbb; float: right; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS INLINE HELP’ is closed to new replies.