【发布时间】:2013-09-20 11:26:51
【问题描述】:
我已经厌倦了从this tuts 和demo 构建水平下拉菜单
我希望菜单看起来像这样:
我想子菜单出现在右边的父菜单,http://alistapart.com/article/horizdropdowns#snippet4
下一步是子菜单。我们希望每个子菜单在其父菜单项悬停时显示在其父菜单项的右侧。
li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}
但是我有子菜单没有出现在它的父菜单的右边看起来像:
【问题讨论】:
-
您的图片未加载 - 请从 imagur 以外的其他来源重新嵌入