Bonjour
J'affiche dans une jsp un planning formé en entête d'un tableau à 2 colonne contenant chacun un autre tableau d'entête de colonne. Puis en dessous un tableau de données. Le pb est qu'à l'affichage une bande blanche apparait au dessus du tableau des données que je n'arrive pas à supprimer.
Une piste ? merci
Modifié par bill (08 Sep 2009 - 13:27)
J'affiche dans une jsp un planning formé en entête d'un tableau à 2 colonne contenant chacun un autre tableau d'entête de colonne. Puis en dessous un tableau de données. Le pb est qu'à l'affichage une bande blanche apparait au dessus du tableau des données que je n'arrive pas à supprimer.
<div style="position:absolute;top:95;left:0">
<table border="0" cellspacing="0" cellpadding="0" width="<%=val[8] %>">
<tr>
<td> </td>
<td rowspan="2" align="left"><table border="0" cellspacing="1" cellpadding="0" bgcolor="#81A0C8"><%=val[5] %></table></td>
</tr>
<tr>
<td valign="bottom"><table border="0" cellspacing="1" cellpadding="0" bgcolor="#81A0C8" width="<%=val[9] %>"><%=val[6] %></table></td>
</tr>
</table>
<div style="overflow:auto;position:relative;top:2;left:0;height:300;width:<%=val[10] %>">
<table border="0" cellspacing="1" cellpadding="0" bgcolor="#81A0C8" width="<%=val[8] %>" id="tbl" ><%=val[7] %></table>
</div>
</div>
Une piste ? merci
Modifié par bill (08 Sep 2009 - 13:27)