關(guān)鍵樣式:
table-layout:fixed 固定布局的算法,則表格被呈遞的默認(rèn)寬度為 100% (For IE,Mozilla)
text-overflow:ellipsis 當(dāng)對(duì)象內(nèi)文本溢出時(shí)顯示省略標(biāo)記(...) (For IE)
overflow:hidden 不顯示超過對(duì)象尺寸的內(nèi)容 (For IE,Mozilla)
white-space: nowrap 強(qiáng)制在同一行內(nèi)顯示所有文本,直到文本結(jié)束或者遭遇 br 對(duì)象 (For IE,Mozilla)
.ctl{
table-layout:fixed
}
.ctl td{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:2px}
<table cellSpacing="0" cellpadding="1" width="100" class="ctl" border=1>
即可使用
只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。 | ||
![]() |
||
網(wǎng)站導(dǎo)航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
|
||
相關(guān)文章:
|
||