Forums

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

Home Forums CSS [Solved] control button doesn take the anitmation

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200942
    codemasters
    Participant
    #200943
    codemasters
    Participant

    can some one help me the style when u click on it it doesn’t work

    #200946
    Paulie_D
    Member

    Your selector won’t work because .switch-input isn’t a sibling of switch-label or switch-handle.

    You need something more like this:

    .bulkEditblocks label .switch-input:checked ~ .switch .switch-label 
    

    http://jsfiddle.net/o0zg9q44/1/

    You seem to have labels in labels…the HTML is pretty oddly structured.

    Note…clicking on the actual switch..does nothing. This only works if you click on the “Portfolio” label.

    #200947
    codemasters
    Participant

    closed figured out the input had to be injected in the label close this thanks

    #200948
    codemasters
    Participant

    i injected it wrongly the elements thanks paulie i will read on it once i am done for my learning

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