Forums

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

Home Forums CSS CSS background image not showing up in Firefox

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

    Does anyone know of any reason why the CSS image url works in IE7 and Chrome but not in Firefox ? Having the similar problem in a corner flip at linuxtrainingschool.com. Background image works in IE and Chrome but not in Firefox.

    #pagecornr .bg_msg {
    background: url(“images/ad.png”) no-repeat scroll right top transparent;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 50px;
    z-index: 98;
    }

    #64127
    TT_Mark
    Member

    Works for me in FF

    #64118

    No, I am talking about background image at the right top corner flip. Its having a snap of Einstein there.
    Latest FF version > 3.6

    #64104
    clokey2k
    Participant

    FF3.6.13 Win7 – Einstein is happy :-p

    #64095

    Fixed. But holly crap, ABP addon was blocking the background. I did test css background in cross platforms before posting it out here but guess what, lesson is learned. Never trust all of the addons and more importantly never name your files the “ads*”.


    @clokey2k
    : Thanks, your Einstein led me to a fix.

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