views:

31

answers:

0

jcarousel does not work in IE6, if overflow property value is visible for "jcarousel-clip" class.

If I use the CSS class as follows, the carousel does not work in IE6

Css Class:

.jcarousel-clip {
overflow:visible !important;}

If I change into,"overlow:hidden", it works fine.

For a particular requirement, I need to use "overflow:visible !important;". But it stops working in IE6. All other browsers, it works fine.

Thanks in advance.