Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS: Text color slightly offset in Safari/Firefox
    primarykey
    data
    text
    <p>I'm having a strange problem with a website I'm building for a client. I have some links in a list as part of a table, and in my CSS I have the following:</p> <p><code>a:hover { text-decoration: none; color: #DB6633; }</code></p> <p>Which changes the link to orange when the mouse hovers over it. This works fine on my 3 Macs using Firefox, Safari, Chrome etc (and my Windows PC using the same). However when viewed on my clients browsers (Safari &amp; Firefox on OS X 10.6.4) they see this:</p> <p><img src="https://i.stack.imgur.com/VgREB.png" alt="enter image description here"></p> <p>and this:</p> <p><img src="https://i.stack.imgur.com/ygU8d.png" alt="enter image description here"></p> <p>etc. As you can see, the orange doesn't line up with the text properly. I haven't seen this before, and I can't reproduce it at my end. I'm also having a problem with some images being slightly out also, but I'm not sure if that is related.</p> <p>The client is running the latest versions of Safari &amp; Firefox (as am I). They are running OS X 10.6.4, but I have that on one of my laptops and it displays the site fine.</p> <p>Has anyone seen this before, and if so how can I fix this?</p> <p>** EDIT **</p> <p>OK some more detail: it happens less in Firefox than in Safari. I'm going to try and get it down to the least amount of code to reproduce it then I'll update with that also.</p> <p>I think it's telling that it appears on both Firefox &amp; Safari - which use different rendering engines. Could it be system related? An accessibility setting perhaps?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload