How to style textfield recently results
When entering a text in texfiled
more times, browser offered this text on box below, as on picture. How to style this in css
? What is this, JS
or not? On Opera browser
box for this results is black on firefox
is white...
What is the name for this and is there any JS which I can use for that and style manually?
This is just a bogstandard autofill
box that all browsers will offer up. No you cannot style this
If you want to style this you'll need to first turn off autofill:
autocomplete="off"
Then set up some auto complete box that will require a fair ammount of setting up and giving it data to auto completele with, http://jqueryui.com/autocomplete/ to name but just one.
Good luck!
链接地址: http://www.djcxy.com/p/16702.html下一篇: 如何设置文本框最近的结果样式