具有多列的选择和选项元素的样式
I'm using Google Translate selects as a reference.
When you click to choose the languages, the options show with multiple columns.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是真正的 SELECT 元素。将其视为通过单击 DIV 触发的 popin。在 Firebug 中查看,看看他们是如何做到的。
编辑以向操作员表明,不,它实际上不是 SELECT 元素。这是页面上第一个“SELECT”的标记。您在其中看到任何 SELECT 元素吗?我当然不会。
That's not a real SELECT element. Think of it as a popin triggered by clicking on a DIV. Look at it in Firebug to see how they do it.
Edited to show the OP that, no, it's really not a SELECT element. This is the markup of the first "SELECT" on the page. Do you see any SELECT element in there? I sure don't.