Posted by Randy Webb on 10/22/05 07:59
Neredbojias said the following on 10/21/2005 11:17 PM:
> With neither quill nor qualm, windandwaves quothed:
<snip>
>> lis[i].onmouseover=function() {this.className = ulname + "ie";}
>> lis[i].onmouseout=function() {this.className = oldClassName;}
>> }
>> }
>>}
>>
>>any comments / questions greatly appreciated.
>>
>>- Nicolaas
>
>
> That's great but if you need javascript, why not just use onmouseover?
>
It does use onmouseover/out, it just adds them dynamically.
--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
[Back to original message]
|