开发者

Detect location of column in html5

开发者 https://www.devze.com 2023-01-19 02:47 出处:网络
Is there a way to detect the location开发者_StackOverflow社区 or block of a column created using the -webkit-column methods? Can this column be accessed with jQuery once it is created?

Is there a way to detect the location开发者_StackOverflow社区 or block of a column created using the -webkit-column methods? Can this column be accessed with jQuery once it is created?

Is there a way to access the nodes of a specific column?

Update: Is there a way to get the horizontal position of an element?


I don't think it's possible since a block can be on more one column. And there's now nothing generated in the source code to resolve it. Maybe in further version of JQuery ?

EDIT : enventually you can perform some calculations with -webkit-column-count, height of the container and height of all its elements.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号