blob: e8c0cbff7f2f18796e4301b0ba5219b0f5a202c6 [file] [log] [blame]
<html>
<head>
<style>
.test { width: 100%; }
</style>
</head>
<body>
The following sets of buttons should not overlap.
<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td nowrap><input type="radio" name="b" value="New Mail" class="test"></td>
<td><input type="radio" name="b" value="Reply" class="test"></td>
<td><input type="radio" name="b" value="Reply All" class="test"></td>
<td width="100%">&nbsp;</td>
</tr>
</table>
</body>
</html>