Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Background images are not rendering while they are in all other browsers.

  • 4 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από AnonymousUser

more options

Firefox is having problems with certain .jpg images that I have uploaded to a hosting service.

(Ex: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg)

When you set this image as your web page's background image, the image will not be rendered. However, if you go directly to the URL, the image will be rendered (except in the Beta release, where the image won't even render when you go to the URL directly).

However, if you go to ANY other browser, the image is rendered correctly (both when you go directly to the URL and when you use the image as your background).

This happened

Every time Firefox opened

Today

User Agent

Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4

Firefox is having problems with certain .jpg images that I have uploaded to a hosting service. (Ex: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg) When you set this image as your web page's background image, the image will not be rendered. However, if you go directly to the URL, the image will be rendered (except in the Beta release, where the image won't even render when you go to the URL directly). However, if you go to ANY other browser, the image is rendered correctly (both when you go directly to the URL and when you use the image as your background). == This happened == Every time Firefox opened == Today == == User Agent == Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4

Όλες οι απαντήσεις (4)

more options

Sorry, the parenthesis at the end of the URL is causing problems. Here is the URL: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg)

more options

Ugh, sorry! I did it again. Here is the real URL: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg

more options

I assume that you want to add that image as a background on web pages. How are you adding that background image?

Are you using code in userContent.css ? If that is the case then please post the code, otherwise provide the steps so we can check what goes wrong.

more options

I am using it as a background in standard CSS:


body {

 background-image: url("http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg");


Or, if you didn't see above, if you go directly to the image URL in the Firefox beta, it doesn't render.