I am currently using Chrome with a CSS3 background.
<h4 class="title-name clearfix"><a href="****************">Fairy Tail - LUCY</a> </h4>
My issue is that when I hover my mouse over the title, the background changes but this only happens in Chrome.
Edit: After some investigation, I discovered a solution. By adding title-name{padding: 7px 15px}
, I then adjusted title-name a{padding:7px 15px}
. This fixed the issue in Chrome where the background would change when hovering over the title.