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 制作此菜单而不使用 ul 和 li?
我在 Joomla 中有一个菜单,默认情况下使用<ul> and <li>标签创建菜单,我希望<a>仅使用标签来完成。我怎样才能做到这一点?
<ul> and <li>
<a>
使用这个 CSS:
a { display: inline-block; width: 10px; // whatever size }
这将帮助您将标签显示为菜单。
试试这个......我的例子