Forums

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

Home Forums CSS hover

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39962
    nuodas159
    Participant

    http://www.part.lt/img/e5dcc41610159af285c8626c826268ae531.JPG
    How to fix this hover? I mean where is a white ball there is my mouse and it’s hovering the background.


    #forum_top li.forum_body_in {
    background-color: #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    #forum_top li.forum_body_in:hover {
    background-color: #454545;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    #110626
    Kitty Giraudel
    Participant

    I don’t understand either.

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