Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other anchor tags not working …

  • This topic is empty.
Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #34369
    Raiden
    Member

    okay guys i don’t have a clue whats going on … the anchor tags in my navbar arent working … but on the rest of the page they are … i dont have a clue what im doing wrong :/ … any help please … i need to finish this but i cant because of this problem …

    #87296
    Bob
    Member

    Hmm, it’s kinda hard to help you without seeing any code at all. Do you have a live site or can you maybe show some html/css here?

    #87299
    Raiden
    Member

    o yeah sure here



    and here is the css:


    #header div#nav
    {
    width: auto;
    height: 50px;

    /*border: 1px solid black;*/
    }

    #nav img
    {
    margin: 1em;
    padding-right: 1em;
    border-right: 1px solid #000;
    }

    #nav ul
    {
    list-style: none;
    margin: 1.5ex 0;
    float: right;
    }

    #nav li
    {
    float: left;
    margin: 0 1em;
    font-weight: bold;
    font-size: large;
    }

    #nav li a:link, #nav li a:visited
    {
    display: block;
    color: #000;
    text-decoration: none;
    }

    #nav li a:hover, #nav li a:active
    {
    color: #185b9b;
    }

    i think this is enough … but if you need more do tell

    #87300
    Raiden
    Member

    and FYI when i click on the links it does absolutely nothing … :/

    #87301
    TheDoc
    Member

    Would need a live link to the website I think.

    #87304
    Raiden
    Member

    i dont have one sorry about that … anything else ??? … but there’s nothing wrong with this, right ??

    #87306
    Raiden
    Member

    aaaah … just discovered that when i click on it the link does nothing … but, when i right click and do open new tab … then it works :/

    #87311
    TheDoc
    Member

    The code that you’ve provided works perfectly: http://jsfiddle.net/u2ee8/

    So it has to be something else. Really, only a link would help.

    #87313
    Raiden
    Member

    well since i dont have a link at the moment … can you tell what i should be looking for or something :/ …

    #87316
    Raiden
    Member

    @paulie … i doubt its that, because i’m also working on another site and used a similar nav but that is working and this isn’t :/

    #87317
    Raiden
    Member

    im currently just testing on chrome

    #87318
    Raiden
    Member

    tried mozilla … no luck… same thing

    #87320
    Raiden
    Member

    o man what a bummer :( … no im not usisng a cms

    #87322
    Raiden
    Member

    c the weird part is that all the other links i have on the page are working as they should … just not these ones on the nav :@

    #87323
    Raiden
    Member

    naaa … its not too big … here …


















Viewing 15 posts - 1 through 15 (of 18 total)
  • The forum ‘Other’ is closed to new topics and replies.