soucis d'affichage de diaporama
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
soucis d'affichage de diaporama
Bonjour à tous,
J'ai créé 8 diaporama que j'ai mit sur une page html:
Le soucis c'est qu'il n'y en a qu'un qui s'affiche et que même si on peut simplifier mon code je ne vois pas ce qui pourrait supprimer l'affichage des 7 autres: http://www.fansduspo.com/h2-photos
Si quelqu'un pouvait m'éclairer ce serait sympa!
Je vous remercie d'avance!
bonne journée
J'ai créé 8 diaporama que j'ai mit sur une page html:
- Code:
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2004-2005</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2004-2005/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2005-2006</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2005-2006/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2006-2007</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2006-2007/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2007-2008</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2007_2008/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2008-2009</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2008_2009/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2009-2010</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2009_2010/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2010-2011</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2010-2011/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2011-2012</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2012_2013/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
Le soucis c'est qu'il n'y en a qu'un qui s'affiche et que même si on peut simplifier mon code je ne vois pas ce qui pourrait supprimer l'affichage des 7 autres: http://www.fansduspo.com/h2-photos
Si quelqu'un pouvait m'éclairer ce serait sympa!
Je vous remercie d'avance!
bonne journée
Sujets similaires
» Soucis avec Barre de navigation + Soucis de profil (infobulle & Onglet 'en ligne')
» Diaporama
» diaporama
» Diaporama :
» un diaporama
» Diaporama
» diaporama
» Diaporama :
» un diaporama
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum