figured it out! i opened a new thread for a different issue the other night.
On Apr 15, 4:04 pm, Dilu <[EMAIL PROTECTED]> wrote: > i think this is fairly simple for an experienced programmer to solve, > but i can't, as i'm a newbie to javascript. > > here's the link to what i'm working > on:http://squidmilk.com/jquerytests/starterkit.html > > what I'm now trying to accomplish is a "click" function for this > navigation bar. i just want it so that when you "click", the bottom > border height of the div/link will remain at 14px [which is the style > that is already set to hover over()], however, because i'm using > "hover", the "out" function will always interfere. > > in order to execute "click" the way i'd like, i have to find a way to > cancel HOVER's "out" function perhaps. but that hasn't worked. > > help please?