Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

image not displaying in firefox, working in Chrome & IE (CSS)

  • 2 balasan
  • 12 ada masalah ini
  • 9 paparan
  • Balasan terakhir oleh cor-el

more options

This is a long shot, and a cross post from stackoverflow, i'm hoping someone can help

I'm trying to position a temporary 'beta' ribbon image positioned in the top left of a wordpress based site.

The following code functions as intended in Chrome and IE. In Firefox, nothing is appearing:

#page-wrapper:before 
{
  width: 50px;
  content: " ";
  background: url(../../wp-content/uploads/2013/09/betaribbon2.png) no-repeat;
  position: absolute;
  height: 50px;
  pointer-events: none;
}

Can anyone shed light on what I'm doing wrong?

Thanks,

This is a long shot, and a cross post from stackoverflow, i'm hoping someone can help I'm trying to position a temporary 'beta' ribbon image positioned in the top left of a wordpress based site. The following code functions as intended in Chrome and IE. In Firefox, nothing is appearing: #page-wrapper:before { width: 50px; content: " "; background: url(../../wp-content/uploads/2013/09/betaribbon2.png) no-repeat; position: absolute; height: 50px; pointer-events: none; } Can anyone shed light on what I'm doing wrong? Thanks,

Diubah oleh littlebloke

All Replies (2)

more options

the above fragment is correct according to me but just make sure you have got your images enabled on your firefox. please make sure that the path for the image is correct. if the problem continue please be free co contact. :-)

more options