Oops, I meant to post to this about yuicompressor and jcarousellite: http://groups.google.com/group/jquery-en/browse_thread/thread/c17dd87e38844f2/4e7d8db08f49369a?lnk=gst&q=yuicompressor+jcarousellite#4e7d8db08f49369a
On Sun, Dec 14, 2008 at 8:55 PM, jch <jollyje...@gmail.com> wrote: > The bug is that yuicompressor is not happy with the 'float' property > being standalone. The fix is to quote the property 'float' on that > line: > > Instead of: > li.css({overflow: "hidden", float: o.vertical ? "none" : > "left"}); > > use: > > li.css({overflow: "hidden", 'float': o.vertical ? "none" : > "left"}); > > Hope that helps, > Jerry > > http://www.whatcodecraves.com/ >