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

Untitled

By: a guest on Jun 22nd, 2012  |  syntax: CSS  |  size: 0.33 KB  |  hits: 17  |  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. #header, #main, #footer, #socket{
  2.     position: relative;
  3.     top:150px;
  4. }
  5.  
  6. #wrap_all{
  7.     position: relative;
  8.     top: 10px;
  9.  
  10.     background-image: url('YOURDIRECTORY/bannerwords.png'),
  11.                       url('YOURDIRECTORY/topbannertile.png');
  12.     background-repeat: no-repeat, repeat-x;
  13.     background-position: top;
  14. }