Salut tout le monde!
j'ai le code suivant:
Sous Internet Explorer, le tableau commence à grandir et les cases aussi! toutes seules :calim2:Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 <table width="100%"> <tr> <th>Nombre1</th> <th>Nombre2</th> </tr> <tr> <td id="a2" style="width: 50%; height: 300px;"></td> <td id="a" style="width: 50%; height: 300px;"></td> </tr> <tr> <td id="a3" style="width: 50%; height: 300px;"></td> <td id="am" style="width: 50%; height: 300px;"></td> </tr> <tr> <td id="a4" style="width: 50%; height: 300px;"></td> <td id="b" style="width: 50%; height: 300px;"></td> </tr> <tr> <td id="a5" style="width: 50%; height: 300px;"></td> <td id="e" style="width: 50%; height: 300px;"></td> </tr> <tr> <td id="a6" style="width: 50%; height: 300px;"></td> <td id="s" style="width: 50%; height: 300px;"></td> </tr> </table>
Comment régler ce problème?
Sinon, moi ce que j'ai envie de faire, c'est de diviser ma page en 2, verticalement, et qu'ensuite, je mette un titre pour chaque partie et je colle dans chaque partie des images, l'une au dessous de l'autre. S'il y a une alternative plus optimale à ce que j'ai fait, je serai heureuse de la connaître :)
Merci!