[Plugin: WP-Table Reloaded] css help for image border in table
-
Hi Tobias or anyone else who can help me…
I want to make a fancy css border for any images within tables that I create using wp tables reloaded.
Here’s the specific style of border I want found on this tutorial:
https://www.cvwdesign.com/txp/article/395/css3-box-shadow-and-image-hover-effects
Here’s the css code given to create the style of border around the image:
.imagedropshadow {
padding: 5px;
border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
border: solid 1px #CCC;
-moz-box-shadow: 1px 1px 5px #999;
-webkit-box-shadow: 1px 1px 5px #999;
box-shadow: 1px 1px 5px #999;
}I’ve tried to make it work within wp tables reloaded but it’s not working for me. Can you tell me how I should change or add to the code to make it work?
Thanks.
- The topic ‘[Plugin: WP-Table Reloaded] css help for image border in table’ is closed to new replies.