gpt4 book ai didi

html - moz box orient 不工作,虽然 webkit box orient 是

转载 作者:行者123 更新时间:2023-11-28 00:07:12 24 4
gpt4 key购买 nike

HTML 代码:

<div id="nav">
<div id="home_menu">
<a href="home.php">Home</a>
<ul>
<li>
<a href="feed.php">Feed</a>
</li>
<li>
<a href="">Notifications</a>
</li>
</ul>
</div>
<div>
<a href="profile.php">Profile</a>
<ul>
<li>
<a href="">Settings</a>
</li>
<li>
<a href="logout.php">Logout</a>
</li>
</ul>
</div>
</div>

样式:

#nav {
float:right;
margin-top: 12px;
width: 200px;
display:box;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-orient: horizontal;
border: 1px solid green;
}

该代码在 chrome 上运行完美,但在 mozilla 上方向是垂直的而不是水平的。请帮忙!

最佳答案

@Anubhav Awasthy Just Put/* autoprefixer: off */在正在消失的代码行上方,它将被构建忽略。

例如。 /* 自动前缀:关闭 */ -webkit-box-orient: vertical;

关于html - moz box orient 不工作,虽然 webkit box orient 是,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17856733/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com