topical media & game development
professional-ajax-07-Autosuggest-Example-autosuggest.css / css
div.suggestions {
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: white;
border: 1px solid black;
position: absolute;
}
div.suggestions div {
cursor: default;
padding: 0px 3px;
}
div.suggestions div.current {
background-color: #3366cc;
color: white;
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.