圖片按鈕下莫名的空白區塊解決方案

hover and white space
I was wondering if it was possible to make this blue hover in the drop down list cover 100% of the box so it looks like the gamesworld hover. Is there anyway I can fill that white space so that the blue hover effect reaches the end of the box like the gamesworld?

Answer
the problem is that a is an in-line element so it'll take only the space it needs, you should try to give the background-color to the parent element or add display:block; to the a element

將此圖片連結的<a>標籤css加入display:block;的屬性,另外也將<img>加入width:100%;的屬性即可解決。

參考資料

留言

這個網誌中的熱門文章

LDAP與AD之對應欄位

用openLDAP來做Moodle帳號管理