blob: 524f75bccf22b0d72f1c145dd03716cbe89ad84b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<span style="border:1px solid black">These two boxes should be the same width.</span><br>
<span style="border:1px solid black">These two boxes should be the same width.
<img style="top:50px;position:absolute;width:100px;height:100px;background-color:green">
<img style="top:150px;position:absolute;width:100px;height:100px;background-color:green">
<img style="top:250px;position:absolute;width:100px;height:100px;background-color:green"><img style="top:350px;position:absolute;width:100px;height:100px;background-color:green">
</span>
|