hi all,
i'm writing a little javascript experiment (i do this often). the mouseover behavior is fine, and is exactly how i want it to work, however, the mouseout one is giving me trouble. i used the exact same code for both, just changing things to make them work opposite of each other (or so i thought). so just have a look, let me know if you see any glaring issues (other than semantics or formatting).
Thanks,
Eric
Edit [for clarity's sake]: The mouseover is supposed to make the button's frame fly out and surround the text, the mouseout is supposed to make it shrink back into a 4 pixel x 4 pixel square
i'm writing a little javascript experiment (i do this often). the mouseover behavior is fine, and is exactly how i want it to work, however, the mouseout one is giving me trouble. i used the exact same code for both, just changing things to make them work opposite of each other (or so i thought). so just have a look, let me know if you see any glaring issues (other than semantics or formatting).
Thanks,
Eric
Edit [for clarity's sake]: The mouseover is supposed to make the button's frame fly out and surround the text, the mouseout is supposed to make it shrink back into a 4 pixel x 4 pixel square
Comment