我能否相对于另一个div来证明div是正确的

时间:2016-02-11 15:43:21

标签: css

我想对红色div相对于蓝色div进行右对齐。请注意,蓝色div具有宽度的百分比。让我知道是否更容易使这个特定的宽度。

https://jsfiddle.net/5k7uxz0a/

修改 这是理想的结果:

enter image description here

<div id="scr" style="z-index: 1; position: absolute; height: 50px; width: 50px; border: 1px solid #ccc; background: red;"></div>
<div id="container" style="position: relative; background-color: lightblue; height: 300px; width: 20%; overflow: hidden">
    1<br />
    2<br />
    3<br />
    4<br />
    5<br />
    6<br />
    7<br />
    8<br />
    9<br />
    10<br />
    11<br />
    12<br />
    13<br />
    14<br />
    15<br />

</div>

当前问题

enter image description here

1 个答案:

答案 0 :(得分:1)

看起来像绝对定位的情况:

$query = 'Select field as "run duration in seconds" from table'