IE10 css样式问题
position:relative;在ie10显示没有效果,ie8上显示有效果,这个属性应该怎么写,不需要position设置absolute<html><head><s...
position:relative;在ie10显示没有效果,ie8上显示有效果,这个属性应该怎么写,不需要
position设置absolute
<html>
<head>
<style>
.SetTRTop
{
position:relative;
top:300px;
}
</style>
</head><body>
<table border="1">
<tr>
<td>hello</td>
</tr>
<tr class="SetTRTop">
<td>hello world</td>
</tr>
</table>
</body></html> 展开
position设置absolute
<html>
<head>
<style>
.SetTRTop
{
position:relative;
top:300px;
}
</style>
</head><body>
<table border="1">
<tr>
<td>hello</td>
</tr>
<tr class="SetTRTop">
<td>hello world</td>
</tr>
</table>
</body></html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询