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.
Search in Firefox Not Working... [SOLVED]
Search in Firefox Not Working... [SOLVED]
Last edited by tpullano on Wed Feb 17, 2010 8:30 pm, edited 1 time in total.
Re: Search in Firefox Not Working...
This is one of those times where a link would be the best way to tell how to fix...
Considering the lack of info...
Considering the lack of info...
Re: Search in Firefox Not Working...
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...
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...
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...
Last edited by tpullano on Wed Feb 17, 2010 8:33 pm, edited 1 time in total.