[ECSide] 关于ecside表头对齐的问题。
lunch
2008-04-21
这个问题也是偶尔发生,确实有点郁闷,或许是我书写格式不规范~?呵呵,反正问题发生了。不知别人有没有遇到过,究其原因是何,还望高人相解:)谢谢啦 <ec:table items="items" var="item" action="filesList.do" useAjax="false" doPreload="false" pageSizeList="10,20,30,50" editable="false" sortable="true" rowsDisplayed="10" generateScript="true" resizeColWidth="true" classic="true" width="500" height="280" minHeight="280"> <ec:row> <ec:column width="40" property="_s" title="选择" style="text-align:center" sortable="false"> <input id="selFileList" type="checkbox" name="selFileList" value='${item.reqUrl}'/> </ec:column> <ec:column width="120" property="name" title="文件/目录名称" /> <ec:column width="230" property="reqUrl" title="应用路径" style="text-align:left" /> <ec:column width="50" property="size" title="文件大小" style="text-align:center" /> </ec:row> </ec:table>
|
|
seffxu
2011-02-12
遇到类似问题,在ie中是好的,在firefox中表头和表体对不齐
|
|
chuten
2011-07-28
试试 把width="500" 改成 width="500%"
|