Revised link; http://dev.nichols-co.com/fwmoh/
here is the php that is producing the form ...
Again, IE8 *only* is hiding the search input textbox only – really not sure what is happening;
Code:
$form = '<form role="search" method="get" id="searchform" action="' . get_option('home') . '/" >
<div><label class="screen-reader-text" for="s">' . __('Search for:') . '</label>
<input type="text" value="' . esc_attr(apply_filters('the_search_query', get_search_query())) . '" name="s" id="s" style="" />
<input type="submit" id="searchsubmit" value="'. esc_attr__('Search') .'" />
</div>
</form>';
Bookmarks