Hey,
First of all, thanks for the nice module!
I was wondering if and how I can set the width of the div of the Autocomplete field. It's connected to the width of the input field. But I would like to override this width CSS so I can see the whole titles of my nodes.
Is it possible, and if so, which CSS tags do I have to use, as I can't see it with FireBug.
Thanks!
Mark
Comments
Comment #1
danielb commentedYou can see it with firebug, it's just not very user friendly. You have to have firebug open and showing you what you want before you use the autocomplete - and as soon as you click on firebug again you have a fraction of a second to see what you need to see before it all shits itself.
Here is some example HTML of a finder before the autocomplete is used.
The suggestions appear in a div that is inserted between the label and the input field.
Before using autocomplete:
When the suggestions appear:
When you hover over a 'li' it adds a class to that li called 'selected'.
The width of the div is automatically calculated by javascript to be the width of your input box. You can edit the input field width with CSS or by changing the form element settings in finder.
Hope that helps.
Comment #2
danielb commentedComment #3
danielb commentedComment #4
fuquam commentedYou can do it with CSS by adding a max-width