9 Answers
New Answer9 Answers
New AnswerHello, Bithi D ! If you want to do this only with css and html, you can do it this way <style> button:hover { background-image:url("Accordion.png"); background-repeat:no-repeat; background-size:100% 100%; } </style> <button>Click</button>
Here the CSS accordion that resembles Bootstrap accordian https://code.sololearn.com/WgcjJl8Psruc/?ref=app
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message