好的,所以我對CSS真的很陌生,並且每天都在使用它來獲取所需的網站效果。我正在研究一個新的菜單,當li
爲mouseover
時,我正在使用預先配置的堆棧來顯示隱藏的內容。問題是我希望下拉菜單位於現有內容的頂部,而不是放下內容以顯示下拉菜單。我已經在一個完整的CSS菜單上實現了這一點,但這不適用於此菜單。我的下拉是這個;菜單下拉菜單需要高於內容,而不是將內容向下移動
.drop_6 {
width: 500px;
text-align:center;
padding: 4px 10px 4px 10px;
margin-right:30px;
margin-top:7px;
border:none;
position: relative;
top: -18px;
right: -370px;
/* Rounded Corners */
-moz-border-radius: 0px 5px 5px 5px;
-webkit-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
/* Background color and gradients */
background: #b5f0ff;
background: -moz-linear-gradient(top, #b5f0ff, #009fc6);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b5f0ff), to(#009fc6));
}
我試圖使這些absolute
和主要內容relative
,但是在這個堆棧jQuery的只是不喜歡,在所有的,和我沒有得到任何效果可言。這是一個鏈接到模型; http://testserver1.justrightwebdesign.com/