Salut,
Voila mon probleme j'insere une scrollbar ca marche tres bien avec firfox mais avec IE il y'a un espace vide qui se cree entre le premier tableau (Il y'a XX photos...) et le deuxieme (affichage des photos).
Voila le code
Si il y'a des fautes ds le code c'est normal j'en ai tronqué une partie... l'important est la balise <div>
Code :
- echo "\n<table border=\"0\" width=\"90%\" >\n\t<tr height=\"50\">";
- if($num==1 || $num==0 )
- //on affiche le nb de miniture(s)
- {
- echo"<td><p>Il y a $num photo.</p></td>";
- }
- else
- {
- echo"<td><p>Il y a $num photos.</p></td>";
- }
- echo"<td align=\"right\"><a href=\"xx">Telecharger toutes ces
- photos</a></td></tr></table>";
- $i=0;
- echo(" <div style=\"height:380; overflow: auto\" >" );
- echo "\n<table border=\"0\" width=\"90%\"
- align=\"center\">\n\t<tr bgcolor=\"#E4E4E4\">";
- echo "\n\t\t<td><a href=\"XXX"><img src=\"XXX\">"XX"</a><br />";
- echo"\n</table>";
- echo("</div>" );
|
Voila j'espere que vous pourrez m'aider.Merci d'avance
Zigo *-_-*