Monday, March 4, 2013

Image Background Using Position

#bg {

  position: fixed;
  top: 0;
  left: 0;
   
  /* Preserve aspect ratio */
  min-width: 100%;
  min-height: 100%;

}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.