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%;的屬性即可解決。 參考資料