Highslide issue
-
I have the Highslide plugin running, but my question is regarding the shadow. I made this change to my stylesheet for my theme (iTheme)
.img-shadow {
clear: both;
float: left;
background:url(images/shadow.gif) no-repeat bottom right; margin:
}
.img-shadow img {
display: block;
position: relative;
border: 1px solid #a9a9a9;
margin: -2px 2px 2px -2px;
padding: 4px;
background: #000;
}I created a shadow.gif and put it in the /images folder. But my thumbnails aren’t showing the shadow effect. Isn’t this what it’s supposed to do, combind my thumbnail + the shadow.gif i created to make it look like the image has a drop shadow?
Also, my thumbnails all have a box around them that disappears when I mouse over, any one know how I can disable that?
- The topic ‘Highslide issue’ is closed to new replies.