圖片按鈕下莫名的空白區塊解決方案
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
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
留言
張貼留言