|
| Hi,
I have a div with overflow:hidden containing an overflowing image.
My problem is that if you click on the hidden part of the image (outside the containing div) the gecko browsers highlight (select) the image . when the image is big clicking virtually anywhere on the page following the containing div highlights the image, which is very annoying.
I came up with a workaround: place a div spanning from the right end of the container to the right edge of the viewport, and one under the div stretching to the bottom edge of the window. these act like covers and prevent clicking on the underlying hidden content of the div containing the picture, but I hope there is a cleaner way to solve this.
Hope someone has encountered/resloved this kind of problem.
Thanks in advance |
|