OK. You can't. Use your own class for active, not the pseudo, and just toggle it on/ off.
On Oct 14, 3:53 pm, wattaka <[EMAIL PROTECTED]> wrote: > from hover to active for the active button and the others to hthe > normal status, which would be ":link" > > On Oct 14, 3:45 pm, Wizzud <[EMAIL PROTECTED]> wrote: > > > Reset from what to what? > > > On Oct 14, 1:36 pm, wattaka <[EMAIL PROTECTED]> wrote: > > > > I need them for buttons, I have a set of buttons that all have hover > > > colors, when one clicks on one, all the others should be reset > > > > On Oct 14, 2:43 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > > > > > Why do you need jQuery for that? > > > > a:link {} > > > > a:hover {} > > > > a:active {} > > > > all work fine in CSS? > > > > > Check outhttp://www.jquery.com/api. You can see a nice list of all of > > > > the > > > > things jQuery can do there. > > > > > Glen > > > > > On 10/13/07, wattaka <[EMAIL PROTECTED]> wrote: > > > > > > How does set the classes of an <a > tag? I would like to trigger the > > > > > active, hover or link attributes > > > > > > Thanks