Jquery插件环岛:所有div重叠

Jquery插件环岛:所有div重叠,jquery,css,Jquery,Css,我想让div使用roundabowjquery插件和roundabowshapes插件来进行循环。 我不明白为什么所有的div都重叠了 这是小提琴: 我想问题出在css的某个地方: body { margin: 0; padding: 0; width: auto; min-width: 900px; height: auto; background-color: #000000; } .roundabout-container { list-style: none; position: abs

我想让div使用roundabowjquery插件和roundabowshapes插件来进行循环。 我不明白为什么所有的div都重叠了

这是小提琴:

我想问题出在css的某个地方:

body {
margin: 0;
padding: 0;
width: auto;
min-width: 900px;
height: auto;
background-color: #000000;
}
.roundabout-container {
list-style: none;
position: absolute;
margin: 300px;
}

#company {
color: #FFFFFF;
text-align: center;
text-decoration: none;
cursor: pointer;
position: relative;
}

#portfolio {
color: #FFFFFF;
text-align: center;
text-decoration: none;
cursor: pointer;
}

#blog {
color: #FFFFFF;
text-align: center;
text-decoration: none;
cursor: pointer;
}
非常感谢您的帮助!
提前非常感谢你

您的小提琴中没有包含任何回旋JS或CSS外部资源。如果您可以添加这些内容,将更容易识别问题。谢谢!我更新了它!