日期:2014-05-17 浏览次数:20676 次
<!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> <title>Untitled Page</title> <style type="text/css"> *,table,img{margin:0; padding:0; border:none;} img{ margin:0; padding:0;} table td{height:80px; overflow: hidden; border:none;} </style> </head> <body style="margin: 0; padding: 0"> <table cellpadding="0" cellspacing="0" style="width: 100%; height: 80px; overflow: hidden; background: yellow;"> <tr> <td style="width: 12px;"> <img src="leftbroder.jpg" alt="logo" height="80px" /> </td> <td style="width: 1020px;"> <img src="baniere-fond.gif" alt="logo" height="80px" /> </td> <td style="width: 50%; background: url(baniere-fond-r.gif) left top repeat-x;"> </td> </tr> </table> </body> </html>