I have a top menu with an icon - and below it there is text for the icon.
---------- ----------- | | | | | icon | | ? | ---------- ----------- Text Questions <li class="questions"> <a href="/questions" id="questions"> <i class="questions_icon"></i> Questions </a> </li>
Using the sprite, I have an icon on: hover. I also have a text change in color to: hover.
However, I would like to know if this is possible:
- change the icon on hover - and
- change the text on hover.
Is it possible to use only CSS?
pepe source share