【 在 shaolin 的大作中提到: 】
: 'background-position'
: Value: [ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ] | inherit
: Initial: 0% 0%
: ...................
谢谢,上边的中文我刚才在网上看了.但我看好像是不行.
就我这个情况,如果让您做,该如何写?
可否写个代码.
我这样写了代码,想的是好,但也不行.
...
<style type="text/css">
.c1 {
left:0px;
width:50%;
height:210px;
margin-right:-480px;
}
.c2 {
right:0px;
width:50%;
height:210px;
margin-left:480px;
}
</style>
...
<table width="100%" height="210px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img class="c1" src="../../../../resources/images/top_1.1.png" /></td>
<td width="960px"><img src="../../../../resources/images/top_1.2.png" width="960px" /></td>
<td><img class="c2" src="../../../../resources/images/top_1.3.png" /></td>
</tr>
</table>
--
修改:darlingpeng FROM 221.204.231.*
FROM 221.204.231.*