CSS 高度是页面高度的 100%?
所以我正在尝试制作一个全 CSS 灯箱,例如本页上的灯箱 CSS Lightbox
但是当页面可滚动到其高度时,用户会滚动下降,褪色停止,有办法阻止这种情况发生吗?因此,无论滚动与否,淡入淡出都会覆盖整个页面。
谢谢,
SO I'm trying to make an all CSS lightbox such as the one on this page
CSS Lightbox
but when the page is scrollable do to the height of it, and the user scrolls down, the fade stops, is there a way to stop this from happening?? So the fade covers the whole page regardless if they scroll or not..
THanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更改
为
Change
to
我通常会获取原始页面主体的高度和宽度,并在将其添加到页面之前使用 Javascript 将淡入淡出的高度/宽度设置为这些尺寸。您正在寻找纯 CSS 选项还是愿意使用一点 JS?
I usually grab the height and width of the originating page's body and set the height/width of the fade to those dimensions using Javascript before I add it to the page. Are you looking for a CSS only option or would you be willing to use a bit of JS?