Hi there,
Mitch Waite was working on a "3 state button" a while back. You can
google this list if you want to read through the thread, or check out
two of his attempts:
http://www.whatbird.com/wwwroot/3statebutton_6.html
http://www.whatbird.com/wwwroot/3statebutton_framed_4.html
Hope that helps get you started.
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Oct 14, 2007, at 10:53 AM, wattaka 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