Page 1 of 1

Search in Firefox Not Working... [SOLVED]

Posted: Wed Feb 17, 2010 4:59 pm
by tpullano
Interesting...

I added the {search} smarty tag in my template (w/o any parameters), styled the button and input field, and it looks great in both IE and Firefox, yet I cannot click into the search field to enter input, nor does the button work. Works great in IE though...

Any thoughts? I am using Search 1.6.1.

Re: Search in Firefox Not Working...

Posted: Wed Feb 17, 2010 5:26 pm
by Dr.CSS
This is one of those times where a link would be the best way to tell how to fix...

Considering the lack of info...

Re: Search in Firefox Not Working...

Posted: Wed Feb 17, 2010 7:43 pm
by tpullano

Re: Search in Firefox Not Working...

Posted: Wed Feb 17, 2010 8:18 pm
by Dr.CSS
Like a lot of ones I've seen you are using position: where it's not need, like on menuwrapper then you have 67px padding on top of #primary-nav so that makes menuwrapper cover the search box, IE is a piece of crap so it guesses what it thinks you want done and hope it gets it right...

Re: Search in Firefox Not Working...

Posted: Wed Feb 17, 2010 8:29 pm
by tpullano
Thanks doc....agree w/ the IE statement....
That padding for the primary nav was actually in the default horizontal css menu stylesheet (but only 10px;). Guess I got carried away.

Took it out and added some px's to the top: and that worked. I will mark as solved...