I'm using a slightly modified version of the wonderful pulse plug-in from James Padolsey. It provides the pulse functionality without having to link to jQuery-UI, which for me is great since I already have jQuery linked and don't want to bother with another set of tools if I don't have to...
My question is, is it possible to have only the focus border pulse, rather than the entire element. With the current implementation, the entire element pulses, but I want only the focus border to do so and if possible, only when the border is visible (i.e., the user has tabbed to a link).
Thanks in advance,
Aaron Chauvin
Edit: Here's a test page to demonstrate my dilema
Edit Edit: Ok, guess I should've asked this question differently... My current implementation references the elements with classes "link" & "piclink". Is it possible to specifically reference the focus border?
Edit Edit Edit: I've found some JS functions which allow the manipulation of CSS rules in stylesheets... I'm going to try to use these in conjunction with the above modified plug-in in order to achieve what I am after. I'll update with my findings.