Forums

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

Home Forums CSS :active issue with IE Re: :active issue with IE

#115289
Paulie_D
Member

Have you tried adding an active class to the span as well as the li?

span:active {
background: orange;
}