gpt4 book ai didi

css - 如何制作垂直的CSS步骤菜单

转载 作者:太空宇宙 更新时间:2023-11-04 15:53:10 25 4
gpt4 key购买 nike

有没有关于如何制作垂直CSS步骤菜单的教程,像这样Horizontal steps但在垂直方向

最佳答案

这是该页面的 CSS。如果你删除 float:left 你就完成了工作!

#mainNav li {
background-color: #EBEBEB;
background-image: url("images/navBtn.gif");
background-position: right top;
background-repeat: no-repeat;
float: left; <!-- REMOVE ME! -->
height: 71px;
list-style: none outside none;
}

关于css - 如何制作垂直的CSS步骤菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10909542/

25 4 0
文章推荐: html - 图片高于
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com