css 在灯箱内部和外部表现不同
我正在使用jquery 和facebox 制作rails3 应用程序。
我注意到,当我在灯箱中加载 html 时,CSS 样式与我在不同页面中加载 html 时的样式不同。有什么想法为什么会发生这种情况吗? Facebox 只是将 html 添加到当前页面,该页面由头部加载的样式表控制......那么还有什么原因呢?
谢谢,
I am making a rails3 app with jquery and facebox.
I am noticing that when I load html inside a lightbox, the CSS styling is different from when I just load the html in a different page. Any ideas why this is happening? The facebox just adds html to the current page which is governed by the stylesheets loaded in the head... so what else could be the cause?
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是因为facebox有自己的css。使用 firebug (http://getfirebug.com/) for firefox 来追踪问题。您“检查”一个元素并查看所有应用的 css 样式以及每个样式的定义位置。
如果您可以发布发生这种情况的链接,可以提供更好的帮助。
Probably because facebox came with its own css. Use firebug (http://getfirebug.com/) for firefox to track down the problem. You "inspect" an element and see all the applied css styles and where each style is defined.
If you can post a link to where this is happening better help can be provided.