How to separate link style to images? don’t need the underline!
-
I have added this CSS code to get different style for the clickable links.
#content a:hover, a:active { color:#8e5b2e; border-bottom:#a16c3d 1px solid; }
but it’s looking really weired on images…as the line is coming under clickable images too!
is there any way to separate the images out from the above style.
- The topic ‘How to separate link style to images? don’t need the underline!’ is closed to new replies.