Javascript替代高度、宽度控制
是否可以对元素使用不同的定位系统。 您不更改元素的宽度和高度,而是可以使用以下命令更改它 左、右、上、下
或多或少类似于柔性控制器?
is there away to use a different positioning system for elements.
where you don't change the width and height of the element instead you can change it using
left,right, top, bottom
more or less like the flex controllers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以,我不能 100% 确定所有浏览器是否完全支持它,但您可以使用绝对定位并指定所有坐标。
即
应该延伸到整个窗口。
然后,您可以修改 jQuery 中的每个属性或为其设置动画。
即
干杯,
Marko
Yes you can, I'm not 100% sure if it's fully supported in all browsers but you can use absolute positioning and specify ALL of the coordinates.
i.e.
Which should stretch across the whole window.
You can then modify, or animate each of the properties in jQuery..
i.e.
Cheers,
Marko