日期:2014-05-17 浏览次数:20750 次
<!DOCTYPE HTML> <html> <head> <meta charset="gb2312" /> <title></title> <style type="text/css"> <!-- #spaceDiv{ border-bottom:1px solid #fa7023; } .threeBorderShow{ display:block; width:100%; height:400px; border-bottom:1px solid #fa7023; border-left:1px solid #fa7023; border-right:1px solid #fa7023; } --> </style> </head> <body> <table border="0" cellspacing="0px" cellpadding="0px" width="100%" height="100%"> <tr> <td width="100%" valign="bottom"><div id="spaceDiv"> </div></td> </tr> <tr> <td colspan="1"> <div id="etlDiv" class="threeBorderShow"> 12333 </div> </td> </tr> </table> </body> </html>
<!DOCTYPE HTML> <html> <head> <meta charset="gb2312" /> <title></title> <style type="text/css"> <!-- #spaceDiv{ width:100%; height:0px; border-bottom:1px solid #fa7023; border-left:1px solid #fa7023; border-right:1px solid #fa7023; } .threeBorderShow{ display:block; width:100%; height:400px; border-bottom:1px solid #fa7023; border-left:1px solid #fa7023; border-right:1px solid #fa7023; } --> </style> </head> <body> <table border="0" cellspacing="0px" cellpadding="0px" width="100%" height="100%"> <tr> <td width="100%" valign="bottom"><div id="spaceDiv"> </div></td> </tr> <tr> <td colspan="1"> <div id="etlDiv" class="threeBorderShow"> 12333 </div> </td> </tr> </table> </body> </html>
------解决方案--------------------
<!DOCTYPE HTML> <html> <head> <meta charset="gb2312" /> <title></title&g