Click to See Complete Forum and Search --> : form not working
jrthor2
12-13-2007, 01:42 PM
Could someone helpme fix the search form field and button on the below site? You can't click in the box or click the button in FireFox. IE7 seems to work fine.
http://www.zluth.org/Newsite/2007-08/templates/multiflex/zion_layout.html
Thanks
matt.ritter
12-13-2007, 02:47 PM
The search box is being obscured by a absolute positioned division with the class "sitemessage"
If you reduce the height of sitemessage to 60px the text in sitemessage should still be visible and it will no longer be over top of the search box.
jrthor2
12-13-2007, 04:19 PM
Thanks, that fixed it!!
bals28mjk
12-13-2007, 06:37 PM
Also, consider changing your js; the input box clears on focus for ff but not ie.