Placing background image to the bottom of the page in Firefox


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. html {
  2. min-height: 100%;
  3. height: auto;
  4. }
  5.  
  6. body {
  7. background:url(/images/bg-image.jpg) right bottom no-repeat;
  8. }

URL: http://archivist.incutio.com/viewlist/css-discuss/79060

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.