Posted in Javascript onNovember 29, 2012
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <style type="text/css"> table {width:200px;table-layout:fixed;} td {white-space:nowrap;overflow:hidden;word-break:keep-all;} </style> <table border="1"> <tr> <td style="width:50px;">测试测试测试测试测试测试测试测试测试测试</td> <td>测试测试测试测试测试测试测试测试测试测试测试测试</td> </tr> <tr> <td>测试测试测试测试测试测试测试测试测试测试测试</td> <td>测试测试测试测试测试测试测试测试测试测试测试</td> </tr> </table> </body> </html>
javascript 使td内容不换行不撑开
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@