i've been trying to get this page working on my site... it's just a basic gallery page.
i'm running WordPress and i'm using the iimage-gallery plug-in.
the plugin works great - it automatically creates thumbnails - and now i've just added borders between each thumbnail by adding this to the .css file:
now all i'm trying to do is have a border come up around the thumbnail on mouseover. is that possible? i've been searching W3Schools with no answers so far.
also would it be possible to have a border around the entire group of thumbnails?
thanks for any help... i'm a CSS virgin, so please be gentle. 😱 😛 😀
i'm running WordPress and i'm using the iimage-gallery plug-in.
the plugin works great - it automatically creates thumbnails - and now i've just added borders between each thumbnail by adding this to the .css file:
Code:
.gallery_item img{
display: inline;
margin-left: 3px;
margin-right: 3px;
margin-top: 6px;
}
now all i'm trying to do is have a border come up around the thumbnail on mouseover. is that possible? i've been searching W3Schools with no answers so far.
also would it be possible to have a border around the entire group of thumbnails?
thanks for any help... i'm a CSS virgin, so please be gentle. 😱 😛 😀