scrollbar en HTML

scrollbar en HTML - HTML/CSS - Programmation

Marsh Posté le 29-07-2008 à 17:24:01    

re bonjour à tous,  
 
j'ai une autre question (et c'est la dernière ;)  )
 
j'ai un tableau et, je ne sais pas pourquoi, j'ai un scrollbar
de plus, j'ai agrandit mon tableau avec un height, et suite à ça, la taille de mon scrollbar n'a pas suivi, il est resté à la meme taille qu'avant
donc mes questions sont :  
1) comment se fait il qu'un scrollbar soit dans un tableau sans qu'il n'y ait de code spécifique pour lui?
2) comment agrandir sa taille?
 
 
je vous donne mon code en entier, du moins le tableau en question.
ps : je developpe avec spip
ps2: ce n'est pas moi qui ais développé ce site
 
 

Code :
  1. <table border="0" cellpadding="0" cellspacing="0" width="100%" >
  2.      <tr>
  3.      <!--Left-->
  4.       <td width="211px;" style="padding: 0px 10px 0px 10px;" valign="top"><INCLURE {fond=left}{delais=0}></td>
  5.      <!--Center-->
  6.       <td width="719px" valign="top">
  7.        <table border="0" cellpadding="0" cellspacing="0" height="550" >
  8.         <BOUCLE_actu (RUBRIQUES) {id_rubrique=2}>
  9.          <tr>
  10.                                        
  11.           <td valign="bottom" class="colorBas" ><a href="#URL_RUBRIQUE"><img border="1" src="images/actu.gif" /></a></td>
  12.                                            
  13.                                             <!--style="border-bottom-color:red;"-->
  14.           </tr>
  15.          <tr>
  16.           <td bgcolor="#FFFFFF" width="719px;">
  17.            <div id="Center">
  18.             <BOUCLE_actus (ARTICLES) {id_rubrique}{par date}{inverse}{0,6}>
  19.              <table cellpadding="0" cellspacing="0" style="border-bottom: 1px Gray Dashed; margin: 10px;">
  20.               <tr>
  21.                [<td align="center" valign="top" style="padding-right: 10px;" width="150px">(#LOGO_ARTICLE||image_reduire{150,100})</td>]
  22.                <td>
  23.                 <table border="0" cellpadding="0" cellspacing="0">
  24.                  [<tr>
  25.                   <td class="Arial_bleu_titre_12_bold" style="padding-bottom: 10px;">(#TITRE|supprimer_numero)</td>
  26.                  </tr>]
  27.                  [<tr>
  28.                   <td class="Arial_noir_12_classic">(#CHAPO|couper{300}||justifier)</td>
  29.                  </tr>]
  30.                  <tr>
  31.                   <td style="padding: 10px 0px 10px 0px;"><a href="#URL_ARTICLE"><img border="0" src="images/fleche_actu.gif" /></a></td>
  32.                  </tr>
  33.                 </table>                </td>
  34.               </tr>
  35.              </table>
  36.             </BOUCLE_actus>
  37.            </div>           </td>
  38.          </tr>
  39.          <tr>
  40.                                      
  41.           <td valign="top"><img src="images/bas_actu.gif" /></td>
  42.          </tr>
  43.         </BOUCLE_actu>
  44.        </table>
  45.        </td>
  46.      </tr>
  47.     </table>


 
 
 
merci beaucoup

Reply

Marsh Posté le 29-07-2008 à 17:24:01   

Reply

Marsh Posté le 29-07-2008 à 17:33:55    

en faite j'ai dans mon css, un overflow, d'où la scrollbar
 
il me reste maintenant à trouver comment l'agrandir

Reply

Marsh Posté le 29-07-2008 à 17:39:12    

bon ba j'ai trouvé lol
il fallait juste changé la taille dans ma classe css
 
div#Center
{
 width: 100%;
 height: 490px;
 overflow: auto;
}
 
 
:p

Reply

Sujets relatifs:

Leave a Replay

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