Is it possible to style autocompletion boxes that appear under text inputs? I'd like to change background color and border.
Asked
Active
Viewed 79 times
1
-
@TimSPQR: this is standard browser feature: http://jsfiddle.net/Sjx6a/1/ – clime Feb 17 '14 at 01:01
-
First write something into the field and then press enter. Then RUN again and start typing the same thing. If your browser is Firefox or Chrome, you should see the box. Not sure about other browsers. – clime Feb 17 '14 at 01:08
-
TimSPQR: did the grey box has appeared? It shows the entries you input into the field before. – clime Feb 17 '14 at 01:18
-
I apologize for answering. This is far above me - I'm pretty good at jQuery autocomplete and have learned of its quirks, but this built-in one is not something I have expertise in. I'll delete my comments above, wait a few minutes, then delete this one. Sorry. – TimSPQR Feb 17 '14 at 02:12
1 Answers
0
It is possible to do this by using javascript.
Another way to do this is by opening up your developer tools.. "View - Developer - Developer Tools" using the magnifying glass to hover your element, get the class or ID name and make direct edits in the right hand side, then paste that code within your stylesheet. ( sounds harder than it is! )

Scott
- 28
- 7