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.
绝对定位的元素总是相对于它最近的定位祖先定位。我想知道是否有一些方法可以为绝对定位的元素指定参考元素,而不仅仅是最近定位的祖先?(CSS 或 jquery)
不怕!我敢肯定,很多 UI 开发人员都梦想过使用这样的东西……</p>
relative-to: #arbitrary .selector;
不,你不能。但是仅仅将它添加(/移动)到那个元素呢:
$('#absoluteElement').appendTo('#relativeToElement');