Is it possible to make the
<li><FORM><INPUT class="eButton" type="button" value="Ole"></FORM></li>
class glow or light up to notify the user about something, while maintaining the default OS look on Linux, Mac, and Windows?
For example, consider this simple example: http://jsfiddle.net/uDdbq/10/. I need to simulate a mouse-over effect recursively without actually hovering over it, and change the color to something other than the default (like yellow).
Essentially, I want the element to go from its normal state to a glowing state repeatedly.