我目前很沮丧。我想通过以下方式设置这个自定义菜单的样式:我想在保持它的自定义下划线的同时将其居中。下划线应始终保持相同的长度,而单词居中并在下划线上方约 4px 处,以便字母不会直接接触下划线。背景图像不应(如果可能)被菜单的白色背景色挡住。我试过使用
display: inline-block; margin: 0 auto;
同时将其他菜单ul和li元素归零,因为在大多数解决方案中建议解决一些类似的问题,但到目前为止没有一个有效。还有类似的东西
margin: 0 20%;
float: left; /*or right, re displays the underline but messes up the text in the below section. It all just goes to the left or right just like display: inline-block */
不能跨屏幕工作。同样重要的是要注意,我没有提供任何关于粘性菜单的信息,但菜单是粘性的,这很烦人。非常感谢。