Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对位置属性有疑问,看起来<div class='bloqued'></div>,我需要在任何情况下(包括调整页面大小)获得与父 div 相同的大小,这可能吗?谢谢。
<div class='bloqued'></div>
http://jsfiddle.net/vwuUj/
使您的父容器的位置relative,如下所示:
relative
.text { position: relative; }
这设置了绝对定位的bloqueddiv 内部的宽度和高度限制
bloqued
我更新了你的原始脚本来说明。