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

Untitled

By: a guest on May 28th, 2012  |  syntax: None  |  size: 0.55 KB  |  hits: 13  |  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. jquery ui dropdown/select [rounded bottom]
  2. .ui-corner-bottom {background:url(images/backbottom.png);}
  3.        
  4. .ui-widget-content .ui-state-hover,
  5.  .ui-state-focus,
  6.  .ui-widget-content .ui-state-focus {background:url(images/select.png) }
  7.        
  8. .ui-corner-bottom-hover {background:url(images/backbottom2.png); }
  9.        
  10. .ui-corner-bottom.ui-state-hover {
  11.     background: url(images/backbottom2.png);
  12. }
  13.        
  14. .ui-selectmenu-menu .ui-corner-bottom {background:url(images/backbottom2.png); }
  15.        
  16. #mySelectbox .ui-corner-bottom {background:url(images/backbottom2.png); }