T
TJ
Hi
I am pulling my hair out with doctype compliance inside Internet
Explorer 7. For the below HTML, why is the input box expanding past
the cell edge.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Untitled Page</title>
</head>
<body>
<table width=270 border=1>
<tr>
<td width=100>First Name:</td>
<td width=170><input type="text" style="width:100%;" /></
td>
</tr>
</table>
</body>
</html>
I am pulling my hair out with doctype compliance inside Internet
Explorer 7. For the below HTML, why is the input box expanding past
the cell edge.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Untitled Page</title>
</head>
<body>
<table width=270 border=1>
<tr>
<td width=100>First Name:</td>
<td width=170><input type="text" style="width:100%;" /></
td>
</tr>
</table>
</body>
</html>