Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Colour in Firefox is different than in Chrome

  • 3 réponses
  • 2 ont ce problème
  • 307 vues
  • Dernière réponse par cor-el

more options

I have created a website using Firefox as my browser, and tested it on all platforms and using laptop, phone, ipad. I'm seeing that the logo I created and one of the images which look good on Firefox are greyscale in Chrome and Safari. All the other colours look good and I'm at a loss. If it was all of them, I could understand, but it's not. I suspect this is a common query, and I'm sorry to bother you with this because I'm going round in circles on the support forums and everywhere. Here is the URL - it's still in test but I've taken maintenance down so you can see if you use another browser. This is the first website I've built so it's not something I've come across before http://www.thenorthwestvahub.co.uk/ Have you a suggestion please? Firefox is always my browser of choice, but unfortunately others use Chrome and Safari. Many thanks!

I have created a website using Firefox as my browser, and tested it on all platforms and using laptop, phone, ipad. I'm seeing that the logo I created and one of the images which look good on Firefox are greyscale in Chrome and Safari. All the other colours look good and I'm at a loss. If it was all of them, I could understand, but it's not. I suspect this is a common query, and I'm sorry to bother you with this because I'm going round in circles on the support forums and everywhere. Here is the URL - it's still in test but I've taken maintenance down so you can see if you use another browser. This is the first website I've built so it's not something I've come across before http://www.thenorthwestvahub.co.uk/ Have you a suggestion please? Firefox is always my browser of choice, but unfortunately others use Chrome and Safari. Many thanks!

Modifié le par DebVA

Toutes les réponses (3)

more options

Can you attach a screenshot to show the difference?

  • use a compressed image type like PNG or JPG to save the screenshot
  • make sure you do not exceed the maximum size of 1 MB
more options

The purple circles above the boxes, for lack of a better description?

Check out this:

<div class="et_pb_main_blurb_image"><img src="http://www.thenorthwestvahub.co.uk/wp-content/uploads/2016/04/The-North-Wst-VA-Hub-Blurb.png" alt="The North West VA Hub Logo" class="et-waypoint et_pb_animation_bottom" /></div>

File: style.css Line: 254

.et_pb_main_blurb_image { -moz-filter: grayscale(100%); -moz-transition: .5s ease-in-out; -o-filter: grayscale(100%); -o-transition: .5s ease-in-out; -webkit-filter: grayscale(100%); -webkit-transition: .5s ease-in-out; }

So the graying is intentional, but the rule isn't right for Firefox (to apply a filter in Firefox, it's just filter, not -moz-filter) so that's why you still see color in Firefox.

more options

Solution choisie

Modifié le par cor-el