Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other responsive buttons using images Reply To: responsive buttons using images

#176278
Mehul Golania
Participant
HI,
it is difficult proportionate width as well as height.

you can use 2div  instead of background images.

**<div>
<img src="" />
</div>
<div>
<img src="" />
</div>

.image:hover + .hover-image{
display:block;
}**

try this might be useful for you.