在下面的鏈接:菜單不是隱藏在頁面加載
每當用戶訪問,在IE或者FF,菜單第一個顯示爲展開了幾秒鐘,然後崩潰。任何人都可以告訴我必須編輯的位置,以確保它在頁面加載時不會擴展。只發生在某些頁面。
編輯:我做了以下,現在很好。
#topMainNav .dropdown {
position: absolute;
padding: 5px; /* padding: 5px 10px 5px 10px; */
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
z-index: 1;
display: none; /* <<-- **ADDED THIS AND IT SOLVED THE PROBLEM** */
}
沒有認識到博問題瀏覽器。 –
哪個菜單?一個分類爲'.dropdown'? – tuff
它是零星的。如果你點擊幾個不同的鏈接,導航菜單將顯示爲一秒鐘的擴展。讓我知道你是否能夠看到它或如果我應該發佈截圖 – Interfaith