// skrypt robiący hover na buttonach w IE zaczerpnięty z sieci // zmodyfikowany przez Qdels(AP) tak, aby mógł robić hover na wszystkie buttony z klasą *_over function addEvent(O,E,F,x){ return(x=O.addEventListener)?x(E,F,1):(x=O.attachEvent)?x('on'+E,F):!1 } addEvent(window,"load",hover); function hover(x,i){ for(i=0;x=document.getElementsByTagName("input")[i];i++) if(x.type=='button' || x.type=='submit') x.onmouseover=x.onmouseout=function(c) { this.className = (this.className.substring(this.className.length-5) == '_over') ? this.className.substring(0, this.className.length-5): this.className = this.className+"_over"; } } type="text/css">


odwie stronę