Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #278144

    Hi,

    I’m referencing this website:
    http://audrey.smeester.com/

    I followed your instructions to get an additional image on the header (Financial Planners Click Here). But I cannot seem to get the link to work. I’ve done all kinds of CSS stuff but it won’t work. Can you help me out?

    Thanks,

    Scott

    #278158

    Hey Scott!

    Setting a high z-index value does the trick:

    div.custom_content {
    position: fixed;
    z-index: 100000;
    left: 45%;
    }

    Best regards,
    Josue

    #278190

    I wondered if that was it. I just didn’t go high enough. Thanks!

    #278192

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hyperlink Not Working on Header Image’ is closed to new replies.