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

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 15  |  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. Liquid images in firefox not liquid
  2. .pics img {
  3.     max-width: 100%;
  4.     height: auto;
  5.     width: auto9; /* ie8 */
  6.     border: 1px solid #CCC;
  7. }​
  8.        
  9. .pics {
  10.     border-collapse: separate;
  11.     border-spacing: 15px;
  12. }
  13. .pics img {
  14.     width: 100%;
  15.     border: 1px solid #CCC;
  16. }