D
D
drtvader2015-09-21 18:19:17
css
drtvader, 2015-09-21 18:19:17

How to achieve button rollover?

Good afternoon. Please tell me how can I achieve such a rolling, so that when pressed, no other image is visible, or rather, probably just stripes. You can see the link.
jsfiddle.net/drtvader/mcf8b9j1

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Kirill Turovnikov, 2015-09-21
@drtvader

The problem is that the background is bridged, you need to add properties:

background-repeat: no-repeat;
background-color: transparent;

D
Dmitry Kravchenko, 2015-09-21
@mydearfriend

background-repeat:no-repeat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question