Jquery插件环形交叉口:所有div重叠

时间:2014-01-27 17:33:54

标签: jquery css

我希望div使用环形交叉口jquery插件,以及环形交叉口形状插件。 我无法弄清楚为什么所有的div重叠!

这是小提琴:http://jsfiddle.net/kampfkuchen/qU45h/6/

我猜问题出在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;
}

非常感谢帮助!
非常感谢你提前!!

0 个答案:

没有答案