Forums

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

Home Forums CSS Radio Input with hover

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

    I am trying to add an hover to my radio boxes. !important does not work. Is there any way to get the radio input fields hovering? You can see the full example on jsfiddle. Tried to do that on line 39.

    If you select the 5th radio box, and hover over the first one, than the other should be turn grey and the hovered orange.

    http://jsfiddle.net/9q9gfob6/4/

    #186087
    Paulie_D
    Member

    You can’t select something that comes higher in the DOM with CSS.

    So trying to select option1 when option5 is selected will not work.

    You need Javascript.

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