About jquery cycle plugin prev/next options, how to remove the dotted border around the 'Prev', 'Next' after it was clicked
in Using jQuery Plugins
•
3 months ago
About jquery cycle plugin prev/next options, i use arrow images to replace the words Prev, Next, these images were on top of the slide image, after clicking the Prev OR Next arrow image, it latched a dotted outline border at the Prev, Next image. How to remove the dotted border after the mouse was out of the Prev, Next image area? I checked all CSS but nothing related to it. Seems need to alter the code inside cycle.all.js. Thanks!
The arrow images div as below.
<div id="arrowL"><a id="prev1" href="#"><img src="images/800logo.jpg" width="30" height="30" /></a></div>
<div id="arrowR" style="opacity: 0.4; background-color: transparent;"><a id="next1" href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image8','','images/nav-right.png',1)"><img src="images/nav-left.png" name="Image8" width="26" height="84" id="Image8" /></a></div>
1



