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

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.17 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. How can I remove the border around an image without a source?
  2. img {
  3.  height: 200px;
  4.  width: 200px;
  5.  visibility: hidden;    
  6. }​
  7.        
  8. img {
  9.  height: 0;
  10.  width: 0;  
  11. }​