I added the Google CSE searchbox to my site (works great!) but I have one minor problem in FireFox:
On both side of the search box there are two small lines, like this: ||
(See also file attachment)
IE6&7 don't have this problem.
Any idea what could create those lines?
Thanks,
Ron
| Comment | File | Size | Author |
|---|---|---|---|
| cse_error_firefox.jpg | 14.73 KB | ronklaren |
Comments
Comment #1
mfbIn my experience, this was the hidden fields showing up. You should be able to fix this in the CSS for your theme.
If you want to contribute a patch, we could patch the google_cse.css so no one else has to deal with this..
Comment #2
ronklaren commentedThe goole_cse.css file was one of the first I looked at, but I can't figure out what of those 4 lines is causing the lines.
I'd be more than happy to contribute to a patch, just don't know where to look for.
Ron
Comment #3
mfbDo you have the firebug extension so you can see which element is causing the problem? If you give me the URL (via my contact form if you prefer) I could look at it for you.
Comment #4
ronklaren commentedNever mind.... the problem disapeared...... probably something was wrong with my theme.
Thanks though!
Comment #5
mfbComment #6
(not verified) commentedComment #7
mapi68 commentedI have the same problem here with aurora theme:
input type="hidden" value="partner-pub-xxxxx" id="edit-cx" name="cx"
input type="hidden" value="FORID:11" id="edit-cof" name="cof"
input type="hidden" value="xxxxx" id="edit-google-cse-results-searchbox-form-form-token" name="form_token"
input type="hidden" value="google_cse_results_searchbox_form" id="edit-google-cse-results-searchbox-form" name="form_id"
Comment #8
mfbIf you're able to tweak the CSS to resolve this, please post a patch here. Or if you give me a URL I could debug it.
Comment #9
Petra commentedI solved this with css:
please check the names of the ids.
Comment #10
mapi68 commentedIt's ok, THANKS!