Button rollover moves slightly
-
Page I’m talking about: https://www.qqusai.com/?p=55 <– The “DOWNLOAD” button.
CSS Code I have:
———————————————
.download {
height: 60px;
width: 520px;
}.download a:link, .download a:visited, .download a:active {
background:url(https://qqusai.com/wp-content/themes/gridlocked/images/light/btn.png) no-repeat;padding: 30px 260px;
display: inline-block;}
.download a:hover {
background:url(https://qqusai.com/wp-content/themes/gridlocked/images/light/btn_roll.png) no-repeat;padding: 30px 260px;
display: inline-block;}
———————————————
As you can see, if you go to that page, you’ll notice the button moves slightly. What would you suggest I do?
Thanks!
Qusai
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Button rollover moves slightly’ is closed to new replies.