skip to main
|
skip to sidebar
Keep Coding
程式不足 敗事有餘
2009年10月9日 星期五
[CSS]避免表格因過長字串撐開
如果<td>裡是一長串連續的英文字
表格可能因此撐開變形
解決的方法是
table layout固定住
table {
table-layout: fixed;
}
td加入word-wrap:break-word 屬性來強制換行
td {
word-wrap:break-word;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
Blogger Google Search
標籤
AJAX
CSS
Google Tool
Java
JavaScript
OpenSource
SEO
SQL
Struts2
Unix/Linux
網誌存檔
►
2011
(1)
5月
(1)
►
2010
(12)
6月
(2)
5月
(2)
4月
(2)
3月
(2)
2月
(1)
1月
(3)
▼
2009
(43)
12月
(3)
11月
(1)
10月
(3)
9月
(4)
8月
(3)
7月
(11)
6月
(18)
##EasyReadMore##
##EasyReadMore##
沒有留言:
張貼留言