可见的数量限制在 HTML 中
HTML 文件中可见层的数量是否有限制?
我正在创建新图层,但当我查看网页 O_o 时,它们似乎都没有显示出来
IS there any limit on the number of visible layers that can be ther in an HTML file ?
I'm creating new layers but none of them seem to show up,when i view the webpage O_o
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据规范并考虑到浏览器的强度,我不明白为什么应该有限制。
我认为这些 CSS 规则隐藏了一些元素。
According to the specifications and given the strength of browsers I don't see why there should be a limit.
I think these are CSS rules which hide some elements.
XML 规范 没有提及任何有关限制的内容,而 HTML 则更是如此不受限制,所以可能根本没有限制。
您很可能丢失了一个 '<'或“>”某处的符号,或者忘记关闭属性。仔细检查一下。
XML specification doesn't say anything about limits and HTML is even more unrestricted, so probably there is no limit at all.
You've most likely lost one '<' or '>' symbol somewhere, or forgotten to close an attribute. Check it carefully.