Forums

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

Home Forums CSS color change on hover problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42028
    Anonymous
    Inactive

    The background-color cant change because everything is ontop and covering the background. Im trying to have each icon change color with a bit of opacity on :hover. Any other ideas on how i can do this? heres what i want to edit. http://codepen.io/anon/full/ktrva

    #121153
    Paulie_D
    Member

    Hover states really only apply to links and you don’t have any do you?

    #121165
    archetype
    Member

    You can add a :hover to the DIV elements. For UX reasons, make sure you add a “cursor”. Try adding this at the bottom of the CSS and then roll-over the Safari Icon. Is this what you are trying to do?

    #safari:hover { opacity: .85; cursor: pointer; }
    #121181
    Anonymous
    Inactive

    @archetype that’s exactly what im trying to do. But it doesnt work for styled icons. only the plane ones.

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