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 28
|
<html>
<head>
<title>Test pour IE mobile</title>
</head>
<body>
<form method="POST" action="iemobile4.htm">
<table align="center" height="100%">
<tr height="20px">
<td colspan="2"><h2>Titre</h2></td>
<tr height="20px">
<td><input type="text" size="25"/></td>
<td><img src="../img/icons/48000000.png"/></td>
</tr>
<tr>
<td colspan="2" align="center"><select size="5"><option>TEST</option></select></td>
</tr>
<tr height="20px">
<td colspan=2 align="center"><input type="submit"/></td>
</tr>
<tr height="20px">
<td style="border:1 black solid;border-collapse:collapse;">BOUTON1</td><td style="border:1 black solid;border-collapse:collapse;">BOUTON2</td>
</tr>
</table>
</form>
</body>
</html> |