我的选项卡菜单退出页面宽度
因此,我正在编辑 CSS,选项卡菜单有一个空白:nowrap 属性,这意味着它不会重叠,但最终会退出页面。即使使用 !important 和层次结构 CSS,设置选项卡菜单本身的宽度也不起作用。
看起来像这样
https://i.sstatic.net/zbmhg.jpg
当我使用空格时: pre,或任何其他它们最终重叠的部分。
So I'm editting the CSS and the tab menu has a whitespace: nowrap property, which means it doesn't overlap but it ends up exiting the page. Setting the width of the tab menu itself does nothing even with !important and hierarchy CSS.
Looks like this
https://i.sstatic.net/zbmhg.jpg
When I do whitespace: pre, or any of the others they end up overlapping.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您正在使用浮动列表。如果不查看代码就无法确定,但您可能需要扩展包含的 div 的宽度或清除浮动。
It looks like you are using a floated list. Can't be certain without looking a code, but you may need to either extend the width of the containing div or clear the float.