我制作了带有滑出式子菜单的侧边栏。这是我的jsfiddle:http://jsfiddle.net/alh3168/UUMRM/1/。
如何在此子菜单中创建相对于预期父菜单项的列表项时,如何将滑出子菜单(不透明的子菜单)的高度保持为100%。 AKA的子菜单项不在屏幕顶部。我希望它看起来像这样:http://perezweddings.com/blog/。
也许我需要在这里改变一些事情?:
div.menu ul.second {
position: fixed;
left: 258px;
top: 0;
z-index: 10;
display: none;
width: 190px;
background-color:rgba(0,180,180,0.3);
bottom:0;
}
谢谢!
答案 0 :(得分:0)
如果你想要它只是你提供的链接,只需添加padding-top:200px到ul.second。这就是他们所做的。