Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 CSS 设置 Wordpress 网站上导航栏的宽度。在 Mac (Safari/Chrome/Firefox) 上应该是 52.5em。但是,该设置会导致菜单在 Windows (IE) 上中断并换行成两行。
有没有更好的方法来设置宽度,使其在所有浏览器中看起来都不错(而不是静态宽度值)?我试过width: 100%了,但它这样做了:
width: 100%
我的 CSS 是:
#navigation { width: 52.5em; }
链接:兽医宠物
ul.nav { position: relative; margin-bottom: 0px; width: 760px; margin-right: 30px; }
宽度:760px;!!!!没有汽车!!!
使用开发... firefox的工具 Ctrl+Shift+I
尝试margin-right: 30px;在 ul.nav 中删除,它在 ie 上为我修复了它
margin-right: 30px;