You might try the focus event. Active is a CSS thing (like hover), where as the DOM events that correspond are focus and mouseover.
On Thu, Sep 29, 2011 at 12:35 AM, Sanford Whiteman < [email protected]> wrote: > > In most browsers, CSS :active fires on (what JS would see as) all > > "a," not "all"... > >
