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.
假设我有 5 个div高度和宽度变化float:left;:
div
float:left;
当我.css("");用来获取他们的位置(左右)时,
.css("");
"auto"结果总是会结束。
"auto"
有什么方法可以获取相对于容器()以像素为单位 的确切数字(左和右) ?position:absolute;
position:absolute;
(有可能div会在我使用时开始一个新行,float:left;并且它们的宽度和高度无法确定。)
jQuery 有两种位置方法,一种是相对于文档的,一种是相对于容器的。
相对于容器(位置)。
相对于文档(偏移量)。
请注意,位置表示相对于偏移父项,因此您可能必须应用位置:相对于容器元素。