jquery - lavalamp - 图像问题
我有这个菜单,我在其中使用 jQuery lavalamp 插件,但我有一个问题。 我不在菜单中使用文本(对此进行了测试,工作正常),但我直接使用图像。
现在我的问题是,当您清除缓存(ctrl+f5,或当您第一次访问该网站时)时,lavalamp 不会调整为图像的完整宽度。
你们知道一个好技巧吗?
干杯
I have this menu where I use the jQuery lavalamp plugin, but I have a problem.
I don't use text (tested this, works fine) in the menu, but instaid I use images.
Now my problem with that is that the lavalamp doesn't resize to the full width of the image when you clear your cache (ctrl+f5, or when you first visit the site).
Do you guys know a good trick?
Cheerzz
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以尝试将
display:block
添加到图像中:}
我不确定,希望它会有所帮助
you can try to add
display:block
to the image :}
I am not sure, hopefully it will help
初始化 lavaLamp 插件后,您必须执行类似的操作:
但由于某种原因,由于导航上的某些奇怪位置,它没有完全填充图像的宽度。
You would have to do something like this after you initialize the lavaLamp plugin:
But for some reason it's not completely filling the width of the image due to some weird position on the nav.