Hey all,
I have this css declaration:
Code:
.popup_block a[href="thumb"] {
width: 500px;
width: 500px;
background: url(/images/thumb.jpg) no-repeat 20% 20%;
display: block;
overflow: scroll;
}
Problem is when the popup displays the image. Although a scrollbar appears, the slider is missing to actually do the scrolling. So I can't drag anything to show hidden part of image in window. This occurs in both Firefox and Safari.
Thanks for response.