treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Links are not clickable

  • Okay so i have a

    --- wrapper div ---
    --- banner div floating left --- menu div floating right ----

    now if i dont float the menu right, links are clickable. if i float them right, i cant click anymore. not even rollover.

    how do i fix that?

    this is a WP Theme



    #menu {
    width: 700px;
    height: 150px;
    float:right;
    }

    #menu li {
    float:right;
    margin: 0 2px;
    }
    #menu li ul {
    background-color: red;
    }
    #menu a {
    margin-top: 50px;
    display:block;
    width: 7em;
    height: 2em;
    color: black;
    border:0.05em;
    border-style:dashed;
    border-color:#b6b6b6;
    font-family: Comic Sans MS, cursive;
    font-size:1em;
    text-align: center;
    line-height: 35px;
    }
    #menu a:hover {
    background-color: #333;
    color: white;
    text-transform:uppercase;
    }

  • Moved post to CSS Help & Troubleshooting as it's not really a CMS issue.
  • Please post a link, it's easier to troubleshoot.
  • its in wordpress on xampp localhost .. :(