probleme scrollbar avec IE

probleme scrollbar avec IE - HTML/CSS - Programmation

Marsh Posté le 15-01-2005 à 11:05:01    

Salut, :hello:  
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 :
  1. echo "\n<table border=\"0\" width=\"90%\" >\n\t<tr height=\"50\">";
  2. if($num==1 || $num==0 )
  3. //on affiche le nb de miniture(s)
  4. {
  5.  echo"<td><p>Il y a $num photo.</p></td>";
  6. }
  7. else
  8. {
  9.  echo"<td><p>Il y a $num photos.</p></td>";
  10. }
  11. echo"<td align=\"right\"><a href=\"xx">Telecharger toutes ces
  12.               photos</a></td></tr></table>";
  13. $i=0;
  14. echo(" <div style=\"height:380; overflow: auto\"  >" );
  15. echo "\n<table border=\"0\" width=\"90%\"
  16.                  align=\"center\">\n\t<tr bgcolor=\"#E4E4E4\">";
  17.         echo "\n\t\t<td><a href=\"XXX"><img src=\"XXX\">"XX"</a><br />";
  18.         echo"\n</table>";
  19. echo("</div>" );


Voila j'espere que vous pourrez m'aider.Merci d'avance
Zigo *-_-*

Reply

Marsh Posté le 15-01-2005 à 11:05:01   

Reply

Marsh Posté le 17-01-2005 à 11:05:19    

Envoi une fois le code généré, là c'est pas facile de faire les echo et lire le code mentalement :/

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed