Hello everyone. I am using an image button for navigation, because I want hover effects.
I mean, I used button image instead of <ul>
tag or <div>
tag because I want hover effects, meaning when I hover on that image the image changes. That's why I use image button.
But, I do not want to use images. I want to use <ul>
tag and <div>
tag but I am not familiar with how to do hover effect on those tags.
Please help me.