[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <attach event="onmouseover" handler="over" /> 2 <attach event="onmouseout" handler="out" /> 3 <script type="text/javascript"> 4 function over(){ 5 for(x=0; element.childNodes[x]; x++){ 6 if(element.childNodes[x].className=='tipText') element.childNodes[x].style.display='block'; 7 } 8 } 9 function out(){ 10 for(x=0; element.childNodes[x]; x++){ 11 if(element.childNodes[x].className=='tipText') element.childNodes[x].style.display='none'; 12 } 13 } 14 </script>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |