Viewing 3 replies - 1 through 3 (of 3 total)
  • Hm; it doesn’t work in Opera either.

    That’s interesting. Essentially, you have an image inside a link:

    <a href="https://site.com"><img class="WP-EmailIcon" src="https://site.com/email.gif"" /></a>

    And you’re floating the image but not the link that contains the image. Apparently FF and Opera are reading this as “the link is here and the image is there”.

    Try applying your float to the link (a href) instead of to the image; that should do it.

    I just noticed something else:

    .WP-EmailIcon
    {
    float: right;
    display: block;
    z-index: 3;
    }

    I’d remove the z-index from the class.

    Thread Starter absolutezero

    (@absolutezero)

    Cheers, I’ll try that, thanks mate.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link not working in Firefox??’ is closed to new replies.