![]() |
#2
pigzee2010-09-21 10:34
|
$("#voice>div").each(function(i){
this.onmouseover="this.innerHTML='<embed src='bird.mp3' style='display:none' loop='1' autostart=true>'+'<img src='song.gif' name='bird.mp3' width='16' height='16'/>'+this.innerHTML";
});