[ 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 if(element.lastChild.tagName=='UL') element.lastChild.style.display='block'; 6 } 7 function out(){ 8 if(element.lastChild.tagName=='UL') element.lastChild.style.display='none'; 9 } 10 </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 |