Border around image with link
-
Hi.
I’d like to get a border around image with link.
Current solution is reduced opacity, but I don’t like it. It isn’t noticeable enough. This is in my style.css:
a { color: #ff8000; text-decoration: none; }
a:visited { color: #ff8000; }
a:hover { color: #0000ff; text-decoration: underline; }
a img:hover { opacity: 0.5; }I’ve tried also to reduce opacity for all images to 0.7 with:
a img { opacity: 0.7; }
and then enlarge opacity to 1 with:
a img:hover { opacity: 1;}
but images were too pale. Now I’d like to try with border around image. I’ve tried with:
a img:hover { img-border: 1;}
but it didn’t work. Can you, please, help me.
Oh, my site is: http://www.tangens.si/
My theme is Tranquility White ChildKind Regards, Mirko
The topic ‘Border around image with link’ is closed to new replies.