par
miopie » 03 nov. 2005, 13:17
bonjour
je suis debutant et je n y connait pas grand chose
mon probleme est que je veut faire un menu qui defille en .php pour etre appeller par toute les pages de mon site.
pour que dans le cas ou je veut rajouter un bouton au menu , je n aurai que le php a modifier
ca marche deja a peut pret mais la ou ca bloque c est que le cadre du menu defillant me cache le background sur mes pages
le voudrait que le fond du menu roll over soit transparent
voici mon php
<marquee Class="Scroller" behavior="scroll" direction="up" width="140" height="460" scrollamount="5" scrolldelay="0" onmouseover="this.stop()" onmouseout="this.start()">
<div align=center>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Le standart"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre "></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre genealogique"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Le standart"></a></p>
<p><a href="http://XXXXXXXXXXX.free.fr " target="_blank"><img src="http://XXXXXXXXXXX.free.fr/images/enter.gif" border="0" alt="Arbre "></a></p>
</div>
</marquee>
et voila le code qui appel
Code : Tout sélectionner
<div style='position:absolute;margin-left:0px;margin-top:140px;width:168px;
height:484px;z-index:14'><iframe src="menuderoulant.php" width="150" height="500"
marginwidth="0" marginheight="10" hspace="0" vspace="0" frameborder="0"
scrolling="no"></iframe></div>
merci d'avance