blob: 331c0b22a0cfdac5c2a34392f60aa60c578aa98f [file] [log] [blame]
<html>
<head>
<style>
.test { width: 100%; }
</style>
</head>
<body>
These textfields should not overlap.
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td nowrap><input type="search" name="b" value="New Mail" class="test"></td>
<td><input type="search" name="b" value="Reply" class="test"></td>
<td><input type="search" name="b" value="Reply All" class="test"></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
<br>
<br>
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td nowrap><input type="search" size="100" name="b" value="New Mail" class="test" results=5></td>
<td><input type="search" size="100" name="b" value="Reply" class="test" results=5></td>
<td><input type="search" size="100" name="b" value="Reply All" class="test" results=5></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>