Bonjour à tous,
J'ai un petit problème lors de ma création de tableau... j'aimerai insérer un background a mon tableau (un cadre) mais je voudrais que celui-ci s'etand (ou se contracte) en fonction de la taille que j'impose à mon tableau!
je ne veux pas l'adapter au pixel près, pcq si un utilisateur avec une resolution d'ecran différente de la mienne risque de le voir tronquer...
j'ai egalement essayer quelques option css, mais sans succès
voila le code que j'utilise
Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 <table width = 80% align='center' border = 0 cellspacing = 0 background = 'cadretotal2.bmp'> <tr> <td> <table border = 0 background = ""> <tr> <td width = '10%' align = 'center'> <a href = 'index.html'>Home</a> </td> <td width = '10%' align = 'center'> <a href = 'who.html'>Members</a> </td> <td width = '10%' align = 'center'> <a href = 'what.html'>Events</a> </td> <td width = '10%' align = 'center'> <a href = 'team.html'>Gallery</a> </td> <td width = '10%' align = 'center'> <a href = 'partners.html'>Contacts</a> </td> </tr> </table> </td> </tr> </table>
merci d'avance,
Mike
Partager