如果你想用图片撑起td的高度,那就
试了,不好用啊,右边的div还是跑到下面去了
这个不只是(2)(3)下去了
是因为你的图片过宽 剩下的位置不够了 所以就会飘到下面去
可以考虑给img定高宽
可以给img定高宽
img的高宽不能修改
img的高宽不能修改
<!DOCTYPE HTML><head><title>数据</title><meta characterset="utf-8" /><style type="text/css">#content{ width:7000px; overFlow-x: scroll ; overFlow-y: hidden ; }#content .test1{ width:500px; height:500px; display: inline-block; background: red;}#content .test2{ width:500px; height:500px; display: inline-block; background: blue;}#content .test3{ width:500px; height:500px; float:left; background: #ccc;}</style> </head><body><div id="content"> <div class="test1">testedsafdsfdsa</div> <div class="test2">testedsafd123</div> <div class="test3">testedsaf456</div> <div class="test1">testedsafdsfdsa</div> <div class="test2">testedsafd123</div> <div class="test3">testedsaf456</div> <div class="test1">testedsafdsfdsa</div> <div class="test2">testedsafd123</div> <div class="test3">testedsaf456</div></div></body></html>
我这个用xsl实现的,没有后台,而且计算图片大小似乎没有必要,因为table的总宽度是固定的,图片太宽把左边的td挤压小了。我只是希望别让td减小。
最后解决了,td nowrap