Forums

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

Home Forums CSS Please Help; IE Browser Compatibility Issue Re: Please Help; IE Browser Compatibility Issue

#99575
xpy
Participant

You need JavaScript to achieve what you want… CSS doesn’t do that… :active means the button is being clicked and :focus means it was the last thing clicked… What you need is to add a class via JavaScript to the clicked anchor or li, which you could also do with php…