• Resolved dLinda

    (@1721media)


    I’m only having this ‘no click’ on the home page and only in Firefox and Chrome. The green ‘contribute’ and ‘volunteer’ buttons are only clickable on the sub pages of the site. Not good. Here’s the link …

    Works fine in IE7 and Safari. Could the flash on the home be competing somehow?

    Here’s the code for the contribute button

    <center>
    <p>&nbsp;</p>
    <a href="https://www.donnellhardy.org/contribute"><img src="https://www.donnellhardy.com/images/contrib.jpg" border="0"></a>
    <p>&nbsp;</p>
    </center>
Viewing 9 replies - 1 through 9 (of 9 total)
  • You have a lot of errors, https://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.donnellhardy.org%2f

    I did not go thru them to see if any contribute to your problems but that would be a good place to start.

    Thread Starter dLinda

    (@1721media)

    Wow, didn’t realize I had so many errors. Most of them have to do with the youtube video and the embedded flash movie on the home page.

    I changed the doctype to Transitional/loose and that reduced many of the errors. But the images/links in the side bar on the home are still not clickable.

    I can’t remove the video or the flash. Any other ideas to solve this problem?

    I think you are working on it as the code changes everytime I look. I’ll check back later.

    Thread Starter dLinda

    (@1721media)

    I’m sorry. I have been working on it. I’ll leave it alone until 9pm eastern (US). Thx for checking kmessinger.

    1721media,

    Errors aside, it appears you need a width on the #content. It is spilling over into the sidebar and covering it.

    This is not a correct width but add this into the stylesheet as a test.

    #content {
       width: 200px;
       }

    As doc4 says, your content is causing the problem. Delete it and the links work. Setting a width like he suggests is a good thing to try.

    Thread Starter dLinda

    (@1721media)

    doc4, you were right on target. I thought I had a content width tag but it wasn’t being noticed for some reason. made a few changes and voila, it works. Thank you both.

    Thread Starter dLinda

    (@1721media)

    doc4, you were right on target. I thought I had a content width tag but it wasn’t being noticed for some reason. made a few changes and voila, it works. Thank you both.

    1721media,

    No problem, let us know if you need any further assistance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Linked images in sidebar not clickable’ is closed to new replies.