| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 .test { width: 100%; } | 4 .test { width: 100%; } |
| 5 </style> | 5 </style> |
| 6 </head> | 6 </head> |
| 7 <body> | 7 <body> |
| 8 These textfields should not overlap. | 8 These textfields should not overlap. |
| 9 <table border="0" cellspacing="1" cellpadding="1" width="100%"> | 9 <table border="0" cellspacing="1" cellpadding="1" width="100%"> |
| 10 <tr> | 10 <tr> |
| 11 <td nowrap><input type="search" name="b" value="New Mail" class="test"></td> | 11 <td nowrap><input type="search" name="b" value="New Mail" class="test"></td> |
| 12 <td><input type="search" name="b" value="Reply" class="test"></td> | 12 <td><input type="search" name="b" value="Reply" class="test"></td> |
| 13 <td><input type="search" name="b" value="Reply All" class="test"></td> | 13 <td><input type="search" name="b" value="Reply All" class="test"></td> |
| 14 <td width="100%"> </td> | 14 <td width="100%"> </td> |
| 15 </tr> | 15 </tr> |
| 16 </table> | 16 </table> |
| 17 | 17 |
| 18 <br> | 18 <br> |
| 19 <br> | 19 <br> |
| 20 | 20 |
| 21 <table border="0" cellspacing="1" cellpadding="1" width="100%"> | 21 <table border="0" cellspacing="1" cellpadding="1" width="100%"> |
| 22 <tr> | 22 <tr> |
| 23 <td nowrap><input type="search" size="100" name="b" value="New Mail" class="test
" results=5></td> | 23 <td nowrap><input type="search" size="100" name="b" value="New Mail" class="test
"></td> |
| 24 <td><input type="search" size="100" name="b" value="Reply" class="test" results=
5></td> | 24 <td><input type="search" size="100" name="b" value="Reply" class="test"></td> |
| 25 <td><input type="search" size="100" name="b" value="Reply All" class="test" resu
lts=5></td> | 25 <td><input type="search" size="100" name="b" value="Reply All" class="test"></td
> |
| 26 <td width="100%"> </td> | 26 <td width="100%"> </td> |
| 27 </tr> | 27 </tr> |
| 28 </table> | 28 </table> |
| 29 | 29 |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |