下拉令我的数据不安

时间:2014-03-05 19:03:08

标签: html css html5 css3

我的下拉菜单有问题。每当我点击下拉菜单时,列表就会扰乱我的主要div数据:

我的截图css属性让我离开了这个

Dropdown Menu Screenshot

正如您在上图所示,它正在推动我的数据。我是否需要在主div或我的下拉列表中添加任何样式?

我知道这是一个小问题,但我被困在这里。

2 个答案:

答案 0 :(得分:3)

您需要在下拉菜单中使用absolute positioning

nav {
    position:absolute;
    top:100px; //how far from the top the menu is
    right:25px; //how far from the right the menu is
}

您可以阅读文档并使用值来获取它。

答案 1 :(得分:0)

尝试position:absolute

它可能会起床

否则显示一些代码