[jQuery] jCarousel :: "no width/height set..." error on window resize
Hello,
jCarousel 0.2.3, jQuery 1.2.6, FF 2.0.0.14 / IE6.0 (xpsp2)
Error message box appears on browser window resize or internal area
resize (for ex. FireBug panel show/hide).
jCarousel css has following strings to prevent error, but it seems not
works
.jcarousel-item {
float: left;
list-style: none;
/* We set the width/height explicitly. No width/height causes
infinite loops. */
width: 75px;
height: 100px;
}
What should be changed to fix this?