Forums

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

Home Forums CSS How to solving : CSS selector “:active” not working ?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39003
    JuanLie
    Member

    I’m very confused, because :hover selector was working normaly, but :active not working.
    The case is when click $name the page script was same but different URL because using ?room= and when hover name occurred color blue and after click occurred still blue (active). In this problem, hover working normally but selector active not working Sad(

    The code:

    ::CSS::
    #working

    selec:hover{background-color:blue;}

    #not work

    selec:active{background-color:red;}

    ::PHP::

    ">

    Anyone can help me to solving this big problem because at several forum this problem not yet has fixed Sad( ? Thank you

    Code : http://www.mediafire.com/download.php?7yl1av89ctd55c4
    Image : http://www.mediafire.com/?c9wjw0e1y9ktqh6

    #106547

    After click occurs is :visitive, not :active.. :active is during the click.

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