Displaying 1 result from an estimated 1 matches for "button_hov".
Did you mean:
button_hbox
2006 Jul 25
1
Feeling silly
...am drawing a complete blank on something that
should be easy. I''ve been searching, perhaps using wrong terms, and
still not coming up with anything. Here''s what I''m trying to do:
<div class="button"
onMouseOver=''this.className="button_hover"'';
onMouseOut =''this.className="button"'';
onClick =''this.className="button_click";
open("/main/test");''>
Clear Event
</div>...