检测 CSS 下拉菜单是否靠近浏览器边缘并更改对齐方式 - 流体宽度
我目前有一个纯 CSS 下拉/大型菜单,效果很好。布局是流动的(基于百分比),我也使用媒体查询。
我遇到的问题是,我需要检测菜单项 li
是否靠近浏览器边缘,并使用 CSS 更改 align
属性。
我猜我需要使用 jQuery 来实现这一点,但真的不知道如何实现。
I currently have a pure CSS drop-down/mega menu which works fine. The layout is fluid (percentage based) and I'm also using media queries.
The issue I have is that I need to detect if a menu item li
is near to the browser edge and change the align
property using CSS.
I'm guessing that I'll need to use jQuery to achieve this but really don't know how.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个。它可能不优雅,但如果 li 靠近左侧或顶部,它会变成粉红色。你应该能够完成这个谜题:
祝你好运。
Take a look at this. It's probably not elegant, but if an li is close to the left or top it will go pink. You should be able to complete the puzzle:
Good luck.