I have a fancybox
which have next and previous buttons inside it. But the previous and next button area is too big that it covers my textbox on the fancybox. I have tried some suggestion from here.
#fancybox-left, #fancybox-right {
width: 0%;
}
But it doesnt working. The area for buttons is still as big as before. Seems like it was for fancybox version 1. I am using fancybox version 2 right now. Any suggestion how should I do the css
for next and previous button in fancybox 2
?