timothytoe schrieb:
I've been trying a few different versions of this plug-in. It's nice,
but the very first thing I have to do is override the colors.
<blockquote><code> <link rel="stylesheet" type="text/css"
href="jQuery/jquery.autocomplete.css" />
<!-- Override weird colors in css file -->
<style type="text/css">
.ac_over {
background-color: #fed;
color: #012;
}
</style>
</code></blockquote>
How is it working for anyone? By default I get unreadable dark-blue on
black as the colors in the drop-down.
I've replaced those Window etc. colors:
http://dev.jquery.com/view/trunk/plugins/autocomplete/jquery.autocomplete.css
Jörn