search bar lost fuctionality in firefox after 2.6 upgrade
-
Hi,
I recently upgraded to 2.6.
Shortly after i noticed the search bar was not working when using firefox (v2) but seems fine in IE (v7). The issue is that i can not enter text in the search box. If i click on the text field nothing happens. The flashing cursor doent appear to register i am in the text field. so i can not type.Any ideas?
cheers
Here is the code i use for the search box.
<!– this is the small search bar. It is inserted into the header –>
<div id=”menu”>
<form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
<input id=”search” type=”text” name=”s” size=”15″ />
<input name=”submit” type=”image” src= “url to gif” align=”top” />
</form>
<div id=”searchButton”><img src=”url to gif” alt=”search for a post” /></div></div>
- The topic ‘search bar lost fuctionality in firefox after 2.6 upgrade’ is closed to new replies.