![]() |
|
|
|||||||
![]() |
HTML - IE behavior with right align Table within cell |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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> mtczx232@yahoo.com |
|
|