Links not Working in ALL Browsers!

Discussion in 'HTML & Website Design' started by praisehim, May 14, 2009.

  1. #1
    Hi all,

    Need some help BADLY!! None of my links are working. I've tried Safari, Firefox and iE, but the links just wont work! I've checked the source of each page, and the <a> symbols are there, but the only links that work are the ones in my nav menu. To check it out visit: http://www.eldantel.com

    I'm positioning the website using z-index and css so the header is one div, the nav is one div, the content another and the footer is the final one. Could I be doing something wrong with the positioning to be getting this error?

    Thanks for any and all help in this matter!
     
    praisehim, May 14, 2009 IP
  2. OmegaMan

    OmegaMan Peon

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't know, maybe the problem could be this:
    <!--[if IE 7]><!-->
    This hack seems to be around all your </a>'s.

    Try removing them and see what happens.
     
    OmegaMan, May 14, 2009 IP
  3. autouch

    autouch Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Using condition statements for IE isn't really a good idea. And I think those condition statements only work in CSS
     
    autouch, May 15, 2009 IP
  4. lebensborn

    lebensborn Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah i agree, it is only for styling.

    You might be able to use it in your actual page if you used:

    <a href="" style="

    <!--[if IE 7]>
    blah blah blah
    <!-->

    "></a>

    But that defeats the point of using a style sheet in the first place. Not tested.
     
    lebensborn, May 15, 2009 IP
  5. nudea

    nudea Peon

    Messages:
    179
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I agree, you should get rid of all those IE6 and IE7 conditions.. I don't see any need to do it this way.

    Some links work and some don't. The first and third link in the content area doesn't seem to work "Check out our wholesale section for more information." and "please visit our VoIP consultation section. " My guesss is that the path is not correct or the page you're referring to is simply not there (but I could be wrong of course).

    Check your path, check the location of your pages. ;)
     
    nudea, May 16, 2009 IP
  6. sizzlefire

    sizzlefire Member

    Messages:
    397
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    35
    #6
    It looks like the pages you are linking to don't exist, I'm pretty sure thats what you are talking about at least.
     
    sizzlefire, May 16, 2009 IP
  7. sparq

    sparq Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    They don't work because they don't exist.
     
    sparq, May 16, 2009 IP