Forums

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

Home Forums CSS Links are not clickable

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28301
    nickbunyun
    Member

    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

    Code:
    #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;
    }

    #72140

    Moved post to CSS Help & Troubleshooting as it’s not really a CMS issue.

    #72205
    nickbunyun
    Member

    its in wordpress on xampp localhost .. :(

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