Forums

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

Home Forums CSS Help me with some Basics.

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40963
    Rohithzr
    Participant

    i am new at css and know all the shadowing, rotating etc but a basic thing i dont know……. like
    1. how to add a onclick option in css like [.a:hover] hovers but [.a:onClick / mousedown / click] doesnt work

    2. I want to animate my menu..
    its a [ul li] menu and its dropdown works perfectly but i want to make dat dropdown a bit slow using css only

    #115317
    Paulie_D
    Member

    A click function requires javascript.

    If you need the menu to animate using css only…use a css transition.

    #115320
    Rohithzr
    Participant

    @Paulie_D
    give examples for both if u can **please!**

    #115338
    Paulie_D
    Member

    Where would be the fun in that.

    Google is your friend.

    #115384
    Rohithzr
    Participant

    Thank u…. got that yesterday

    #115423
    Rohithzr
    Participant

    used this really worked

    Click Me

    test test

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