我有這個手風琴(封閉式)如下:CSS3/jQuery的:手風琴懸停
align top http://www.kerrydeaf.com/4.png
這是我看到懸停如下:
align top http://www.kerrydeaf.com/3.png
我'試圖創建懸停在綠色沒有任何淡藍色可見如上?我如何解決它?
這是如下問題的CSS代碼:
.trigger a:hover, .trigger a:hover:focus{background-color:#a5cd4e; color:#48c4d2;}
這是低於整個CSS代碼:
.toogle_wrap{background-color:#e4f6f8; border:1px #bfeaf0 solid;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; width:92%; padding:3% 4%; margin:5px 0 10px 0;}
.trigger{padding:0px;margin:0; background:url(../images/toggle_small.svg) no-repeat right; background-position:100% -20px; } /* background:url(../images/toggle.png) */
.trigger a{color: #636363;text-decoration: none;display: block; padding:2px 0 2px 0;font-size:16px;font-family:opensans;font-weight:normal; }
.active {background-position:100% 0px; }
.trigger a:hover, .trigger a:hover:focus{background-color:#a5cd4e; color:#48c4d2;}
.toggle_container{overflow: hidden;padding:15px 0 0 0;clear: both;}
這是一個jQuery Mobile的網站?如果是的話,您需要查看生成的HTML源代碼,因爲jQM也添加了自己的標記,然後應用您的自定義CSS –
其中是您的HTML代碼和完整的CSS? –