Click to See Complete Forum and Search --> : input box hides in IE8


nichols_co
05-12-2010, 10:08 AM
Question;
Any clue why IE8 hides the 'search' input box that is placed to the right of the photo on http://www.fwmoh.com?

I have setup a class to increase the z-index, so I know it is not that. I am working with existing code, so it has been a little frustrating.

Thanks in advance.

A

puresnow
05-12-2010, 10:26 AM
I don't know, but when i turn on compatibility view in ie8 , it show perfect, but then one of the underlaying boxes show up at next box.
I add the photo so you can see.

nichols_co
05-12-2010, 11:30 AM
Weird, just double checked it and it is still MIA.

Any other thoughts out there?

nichols_co
05-13-2010, 09:37 AM
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;

$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>';