Iframes

Fermé
btguillaume - 3 janv. 2013 à 21:50
 btguillaume - 5 janv. 2013 à 22:28
Bonjour à tous,

Questions facile ici, comment je fais pour mettre disons un carré de 6 iframes de 320x240 (3 rangés de 3 iframes) à côté d'un iframes de 720x800 ?

Les deux s'empile un par dessus l'autre jamais un à côté de l'autre.

CODE à venir...

4 réponses

inspiring Messages postés 1813 Date d'inscription vendredi 28 janvier 2011 Statut Membre Dernière intervention 31 décembre 2018 265
3 janv. 2013 à 22:45
place les chacunes dans un conteneur

Crée ta structure (en div ou table) en definissant les dimensions de chacun et en les placant de facon à visualiser ton résultat final, ensuite dans chaque conteneur tu insere l'iframe voulue
0
Voici mon code qui donne comme résultat des iframes en block de 3 x 3 et l'autre en dessous... où je mets les conteneurs?

              
                  
              <div align="center"><p class="contour1"> 
                                                  <iframe src="Genbt1.html" name="iframe_1"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> 
              <iframe src="Genbt2.html" name="iframe_2"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>      
              <iframe src="Genbt3.html" name="iframe_3"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br>         
                    <iframe src="Genbt4.html" name="iframe_4"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>   
              <iframe src="Genbt5.html" name="iframe_5"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>      
              <iframe src="Genbt6.html" name="iframe_6"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> <br>      
              <iframe src="Genbt7.html" name="iframe_7"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>          
                    <iframe src="Genbt8.html" name="iframe_8"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>   
              <iframe src="Genbt9.html" name="iframe_9"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>  
            </p>   </div>    
                   
             
               
               
              <div align="center"><div align="center"><p class="contour1"> 
                                                  <iframe src="BTCAD.html"  width="820" height="700" frameborder="1" ALLOWTRANSPARENCY="true"></iframe>  
              </p></div> 


0
   <div align="center">
      <p class="contour1">

<iframe src="Genbt1.html" name="iframe_1"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> 

<iframe src="Genbt2.html" name="iframe_2"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>
      
<iframe src="Genbt3.html" name="iframe_3"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> 


<br>   

      
<iframe src="Genbt4.html" name="iframe_4"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>
   
<iframe src="Genbt5.html" name="iframe_5"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>
      
<iframe src="Genbt6.html" name="iframe_6"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>


<br> 

     
<iframe src="Genbt7.html" name="iframe_7"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>  
        
<iframe src="Genbt8.html" name="iframe_8"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe> 
  
<iframe src="Genbt9.html" name="iframe_9"  width="320" height="240" frameborder="2" scrolling ="no" ALLOWTRANSPARENCY="true"></iframe>  

</p>  
   </div>    
                   
             
<div align="center">
   <p class="contour1"> 
      <iframe src="BTCAD.html"  width="820" height="700" frameborder="1" ALLOWTRANSPARENCY="true"></iframe> 
 
</p>
   </div> 


Bon voici le code il y avait une petite erreure et c'était pas bien placé et claire.

Où dois-je mettre les conteneurs?
0
c'Est okay merci w3school.com.
0