Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #suggest {
  2.   position: absolute;
  3.   background: white;
  4.   border: 1px solid #ccc;
  5.   overflow-x: hidden;
  6.   overflow-y: auto;
  7.   height: 50px;
  8. }
  9.  
  10. #suggest .suggestion {
  11.   cursor: pointer;
  12. }
  13.  
  14. #suggest .suggestion.active {
  15.   background-color: #888;
  16.   color: white;
  17. }