input box hides in IE8
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
dunno
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.
Attached Images
Weird, just double checked it and it is still MIA.
Any other thoughts out there?
revised
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>';
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks