How to let Fancybox Next and Previous button stay visible

I am using fancybox to display some images. Currently when users hover the image, the next or previous button will shown. However, some users actually do not realise that and close the fancybox after view the first image.

So, I wish to let the buttons stay visible all the time. However, I got no idea how to do that. I tried to change the fancybox css

#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('blank.gif');
z-index: 1102;
display: block; // Initially it was "none"
   }

But it is not working as well.

Any idea how to do that?

Appreciate any help…Thanks…

newest questions tagged jquery – Stack Overflow

About Admin