blob: 6ab87c9d032f3001dd0e3d42c52bb566661e8d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<html>
<body>
<form>
<table border="1" width="300" style="height: 300px">
<tr>
<td style="width:80%">
</td>
<td style="width:20%">
<select size="4" style="visibility: hidden">
<option>This is pretty long text in the select</option>
</select>
</td>
</tr>
</table>
</form>
</body>
</html>
|