mwick1
11-29-2012, 02:28 PM
Hey there,
On a site I'm working on I have a slideshow with numbered thumbnails to the pages. The code that I found online to get it working had the CSS rule
.da-dots span{
display: inline-block;
position: relative;
width: 21px;
height: 21px;
border: 2px solid #808285;
background: rgba(42,170,220,.6);
margin: 5px;
cursor: pointer;
so that when the user hovered over the box the cursor wouldn't stay as the default arrow thing. However, after clicking on one of the thumbs to get to another slide, the cursor remains as the pointer and doesn't go back to the default arrow. Is there a css rule I could use so that the pointer only comes up when the user hovers over the item, and doesn't stay behind?
Thanks. This is my first post so sorry if there's anything I missed, I didn't think I needed too much code.
On a site I'm working on I have a slideshow with numbered thumbnails to the pages. The code that I found online to get it working had the CSS rule
.da-dots span{
display: inline-block;
position: relative;
width: 21px;
height: 21px;
border: 2px solid #808285;
background: rgba(42,170,220,.6);
margin: 5px;
cursor: pointer;
so that when the user hovered over the box the cursor wouldn't stay as the default arrow thing. However, after clicking on one of the thumbs to get to another slide, the cursor remains as the pointer and doesn't go back to the default arrow. Is there a css rule I could use so that the pointer only comes up when the user hovers over the item, and doesn't stay behind?
Thanks. This is my first post so sorry if there's anything I missed, I didn't think I needed too much code.