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

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.29 KB  |  hits: 12  |  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. div#content div[id*="update-"] {
  2.   max-height: 120px;
  3.   overflow: hidden;
  4. }
  5.  
  6. div#content div[id*="update-"] div > img {
  7.   display: none !important;
  8. }
  9.  
  10. div#content div[id*="update-"]:hover {
  11.   max-height: inherit;
  12. }
  13.  
  14. div#content div[id*="update-"]:hover div > img {
  15.   display: block !important;
  16. }