IE behavior with right align Table within cell

M

mtczx232

hear simple html page that place table witin cell, and I try to align
inner table to the right,
it's work in Firefox but with IE the innertable never sown on right
side of cell?



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/>
<title>Untitled Document</title>

</head>

<body>
<table width="855" height="756" border="1">
<tr>
<td width="340" scope="col" valign="top" align="left">bla bla</td>
<td scope="col" align="right" id="ss" valign="middle" style="width:
340px">
<table width="200" height="806" border="2" bordercolor="#FF9933"
bgcolor="#ECE9D8" id="Tab2" align="right">
<tr>
<td width="420" valign="top" >bla bla</td>
<td width="70" height="70" style="width: 139px"
valign="middle">bla bla</td>
</tr>
</table></td>
</tr>
</table>

</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top