Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Guilherme Blanco | > | pAjax | > | appz/autosuggest/suggestions.css | > | Download | ||
|
Download |
DIV.suggestions { -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid black; background-color: white; position: absolute; } DIV.suggestions DIV { cursor: default; padding: 0px 3px; } DIV.suggestions DIV.current { background-color: #36c; color: white; } |