blob: 1027833b4ce2d7198c77ce38d554b2857c17e5b5 [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"></td>
<td><input type="search" size="100" name="b" value="Reply" class="test"></td>
<td><input type="search" size="100" name="b" value="Reply All" class="test"></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>