I want to use auto complete node finder but when I activate it in header block it seems like''picture 1''. submit button is under the input form and I can't adjust it.
I want place submit button near (right) search form.
And also I don't need a block title area.
In summary I need a header region with auto complete node finder as in the ''picture 2''.
How can I do that?
| Comment | File | Size | Author |
|---|---|---|---|
| picture2.gif | 8.7 KB | preper | |
| picture-1.jpg | 12.29 KB | preper |
Comments
Comment #1
Jeff Burnz commentedYou should be able to style the form elements with CSS - the header region is just an empty div with some margin and a text-align: center on it. Use Firebug - that should help you figure it out.
I am not familiar with this module unless you can supply a link thats the best I can do for now.
Comment #2
preper commentedhere is the link for A.N.F; http://drupal.org/project/autocomplete_node_finder
the most difficult thing is the submit button. I have tried everything but I couln't place it right side of the search form. it places itself under the search form as I showed in picture 1.
what should I do for this? I want both of them in the same line, on the same parallel. Which codes do I need to edit?
Comment #3
Jeff Burnz commentedI mean a link to a site with this all set up, sorry but I just dont have the time to download/set up etc.
Comment #4
preper commentedsorry I could not understand. here is the link:
http://www.mezesepeti.com/
Comment #5
Jeff Burnz commentedPlace this css at the very bottom of style.css, you may need to make padding or margin adjustments for IE, as this is tested in Fx3 only.
Set the block title to
<none>in the block settings.Please do not assign issues to yourself unless you are the person actually solving the issue, thats how its supposed to work:)
Comment #6
preper commentedthank you very much jmburnz!!! I have solved this problem with your help.
I have another question,
there is a difference between IE and firefox at the ''primary menu ul.links li a:hover''. here is the link:
www.mezesepeti.com I have used a background image for a:hover it seem very good in firefox but in IE image seems cutted form the bottom. IE does not show all height of the image. but firefox shows as I actually want. I have tried to adjust the height of it but I could not do this. I tried to change padding and margins but it does not work.How can I adjust the height-width and the background same in IE and Firefox for ''primary menu ul.links li a:hover''?
Comment #7
Jeff Burnz commentedJust keep adjust the paddings and margins until you get it right, use the ie.css file to feed IE styles to suit that particular browser.
Comment #8
preper commentedok,, but which paddigs and margins? only for 'primary menu ul.links li a:hover'' enough?
Comment #9
preper commentedhow can I adjust the height of 'primary menu ul.links li a:hover' without changing the font size?
Comment #10
Jeff Burnz commentedChange the line height or padding for the
<li>or<a>depending on what you are doing - its a bit hard without a link to your test site. For example are you using a tile or a tab (perhaps sliding door tabs?).Depending on what what you are doing it may be easier to completely replace all the CSS for primary menu with code that better supports your method. This is actually fairly strait forward, but without a link its a bit tricky me to understand exactly what you are doing.
My replies may be a bit intermittent at the moment, I have some pretty major network/connectivity issues at this current time...
Comment #11
preper commentedhere is the link ; www.mezesepeti.com thank you very much jmburz for your helps..
Comment #12
Jeff Burnz commentedJust modify the padding, if you need to use the ie.css file as i suggested before - the padding on the hover.
Comment #13
chrysonline commented@ jmburnz,
@ preper,
hi,
i use Newswire and "autocomplete node finder" in the right top box... with the same problem !
no, i can adjust the module with your code :
#edit-autocomplete-node-finder-keywords-0-wrapper {display: inline;}
it runs... inline !
thank you very very much !
Comment #14
Jeff Burnz commented