2013-04-11 110 views

回答

0
Add below css to fix it 
<style type="text/css"> 
#nav ul li{ 
    display:inline-block; 
} 
#nav ul li > ul{ 
    width:315px; 
    position:absolute; 
    right:-4px; 
    top:70px; 
} 
</style> 
+0

太感謝你了!工作得很好,子菜單在父菜單之間有一定距離。你介意解釋這是爲什麼? – atoms 2013-04-11 10:04:27

+0

根據您的需要降低最高排名。我給了top:70px;當然是 – 2013-04-11 10:06:26

+0

!感覺很愚蠢,非常感謝rajni! – atoms 2013-04-11 10:15:27