Link doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • queen bee
    New Member
    • Oct 2010
    • 3

    Link doesn't work

    This is driving me crazy. All the other links work fine. This one just won't work! Can someone give me a clue on why it doesn't?

    <div id="photo"><a href="gallery.h tml" target="_self"> <img src="sidephoto1 .gif" alt="PHOTO GALLERY" title="PHOTO GALLERY" width="152" height="153" border="0"></a></div>

    It works fine in explorer.(I have 7)

    When I updated firefox to 3.6.10 it stopped working.

    its the Polaroid on the the site ((((nubian natural hair .com)))))))
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Originally posted by queen bee
    This is driving me crazy. All the other links work fine. This one just won't work! Can someone give me a clue on why it doesn't?

    <div id="photo"><a href="gallery.h tml" target="_self"> <img src="sidephoto1 .gif" alt="PHOTO GALLERY" title="PHOTO GALLERY" width="152" height="153" border="0"></a></div>

    It works fine in explorer.(I have 7)

    When I updated firefox to 3.6.10 it stopped working.

    its the Polaroid on the the site ((((nubian natural hair .com)))))))
    Fix these errors and see if you are still having the same problem.

    Thanks, Death

    Comment

    • queen bee
      New Member
      • Oct 2010
      • 3

      #3
      It doesn't solve my problem with the photo not linking. I used the page tidy which i put up just to check (((practicenubi an.html))).ever ything validates, Just no link.

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        Works for me in FF, Opera and Chrome.

        Comment

        • Death Slaught
          Top Contributor
          • Aug 2007
          • 1137

          #5
          Originally posted by queen bee
          It doesn't solve my problem with the photo not linking. I used the page tidy which i put up just to check (((practicenubi an.html))).ever ything validates, Just no link.

          The problem is the z-index value.

          Code:
          #photo {
                  height:154px;
                  left:-108px;
                  position:absolute;
                  top:331px;
                  width:151px;
                  z-index:-2;
          }
          Simply remove it and the link works fine.

          Thanks, Death

          Originally posted by drhowarddrfine
          Works for me in FF, Opera and Chrome.
          I'm also on a Mac but it doesn't work for me in Firefox, Chrome, Opera, or Safari.

          Comment

          • queen bee
            New Member
            • Oct 2010
            • 3

            #6
            Thanks Death it worked!

            Comment

            Working...