Forums

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

Home Forums CSS background image not showing up firefox 3.0

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33085
    mshort1985
    Member

    Hi all, i’ve just launched a site and it works perfectly in all browsers except FF3.0, it seems that in FF3.0 the background image of the header doesn’t display. i’m not sure why this would be, so if anyone has any ideas that’d be great. Thanks.

    .header {
    background-image:url(images/header1.png);
    text-indent:-9999px;
    height:240px; width:960px;
    position:relative;
    z-index:10;
    }
      

    The Blood The Soil The Gold


    #73378
    chrisburton
    Participant

    Usually if this happens in one browser, I would try adding a slash in front of the url path

    ex.

    background-image:url(/images/header1.png);

    But if you’re problem is just FF3.0, Could we see a link?

    #73376
    mshort1985
    Member

    http://www.thoroughbredbible.com/index.php theres a link to the page

    #73370
    chrisburton
    Participant

    anddd I just realized I have Firefox 4 beta.

    #73371
    mshort1985
    Member

    lol. yeah I do as well. I have just been using adobe browser lab to test it on the older browsers

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