Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background-Position in FF acting funny

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23689
    staats
    Member

    Ok so here is what I am trying to accomplish. I am using a large background image and I would like it to fit flush with the bottom, right of the browser window. I am using the following css and it works in both IE and Safari, but not in FF.

    body {
    background-color:#70706C;
    background-image:url(../images/bg.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    }

    here’s a link: http://www.ridethebeave.com (no its not a porn site, its a micro site for beaver creek ski resort.)

    Any suggestions as to why FF is treating the background-position property improperly?

    Rich Staats

    #51733
    staats
    Member

    oh and i am on a mac.

    #51745
    staats
    Member

    thanks chris, rob. It all makes sense, and is pretty obvious to me now. I appreciate the help nonetheless. In the final product, the bg image will only be the texture and the rider, while the rest of the content will be added to different sections of the html…I just wanted something up right away–and perhaps rushing everything allowed me to not think clearly. Thanks again!

    Rich

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.