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