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

Untitled

By: a guest on Apr 24th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 16  |  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. Sub-pixel in CSS when center background image
  2. #wrapper{
  3.         width: 1427px;
  4.         background: red url('browsers_compatible.jpg') center top no-repeat;
  5.     }
  6.  
  7. #content{
  8.         margin:0 auto;
  9.         width: 950px;
  10.         background: green;
  11.         height:1000px;
  12.     }