Bonjour,
J'ai développé mon site, et bien que tout marche sans problèmes sur une majorité de PC, sous win7 ie8 ou ff j'ai le bug suivant:
http://img718.imageshack.us/img718/3892/sansrejc.jpg
alors que normalement ça devrait etre:
http://monimag.eu/upload/821/abse.png
Niveau code j'ai ça:
Code :
- <div id="gallery">
- <?php
- for ($i=0;$i<6;$i++)
- {
- echo'<div id="miniature_line">';
- for ($j=1;$j<=6;$j++)
- {
- $k=$i*6+$j;
- if ($k<=$_SESSION['table_size'])
- {
- $l=(string)$k;
- $k=$k-1;
- echo '<div id="miniature" style="background:url(http://absephotography.com/th_'. $_SESSION['photo_path'][$k] .') center center no-repeat" > <p><a href=gallery.php?browse=' . $l . '> <img src="empty.gif"> </a></p></div>';
- }
- }
- echo'</div>';
- }
- ?>
- </div>
|
et le css associé
Code :
- #miniature_line
- {
- height: 100px;
- width: 600px;
- margin: 0;
- padding: 0;
- }
- #miniature
- {
- height:100px;
- width:100px;
- float:left;
- margin: 0;
- padding: 0;
- }
- #miniature a
- {
- border:none;
- background-color:transparent;
- }
- #miniature a:hover
- {
- background-color:transparent;
- }
- #gallery
- {
- width: 600px;
- height: 600px;
- margin: 0;
- padding: 0;
- margin-left: 355px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
- }
|
Je veux bien savoir pourquoi ça se comporte comme ça, si quelqu'un sait
Merci!
---------------
ABSEPhotography.com/Gal HFR/Instagram/Facebook