我很久以前处理html writen,FireFox有一个问题.
一些tr元素具有置于相对位置的属性,令人惊奇的是使这些tr的边界不起眼.当我删除的风格,这一切都很好…所以问题是:
“位置:相对影响tr元素?”我不能得到它..对我来说似乎是多余的.
一些tr元素具有置于相对位置的属性,令人惊奇的是使这些tr的边界不起眼.当我删除的风格,这一切都很好…所以问题是:
“位置:相对影响tr元素?”我不能得到它..对我来说似乎是多余的.
谢谢
编辑:
<table id="table1" width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="#cccccc"><tbody> <tr class="header" style="position:relative;top:2 px;"> <th>sdf</th> <th>sdf</th> <th>sdf</th> </tr> .header { position:relative; } table#table1 { border-collapse: collapse; } #table1 th { border-collapse: collapse; cursor: pointer; font-size: 8pt; padding: 3px; border-left: 1px solid #666666; border-right: 1px solid #666666; border-bottom: 1px solid #666666; color: #FFFFFF; background-color: #6685C2; } #table1 td { border-collapse: collapse; cursor: pointer; font-size: 8pt; padding: 3px; border: 1px solid #666666; }
解决方法
我没有看到代码也不完全确定,但是:
从规格:http://www.w3.org/TR/CSS21/visuren.html#propdef-position
The effect of ‘position:relative’ on table-row-group,
table-header-group,table-footer-group,table-row, table-column-group,
table-column,table-cell,and table-caption elements is undefined.
tr是一排表.