Hi gang,

Got some new goodies for you in the ol’ svn today. First, the bugs fixed:

  • fixPNG: slight tweaks and debugging lines added
  • modalizer: cleaned up style syntax a little
  • stickyWinFx: updated convention for options management to current methods
  • jsonp: added a timeout/retry system, added some dbug lines
  • Fx.Sort: fixed a bug in IE6
  • element.setPosition: now correctly restores display, visibility, and position values to their previous state,
  • element.forms: reverted (and tested) cursor/selection management; IE6 was acting up. fixed a doc typo
  • element.pin: fixed a positioning bug
  • element.position: now supports elements inside positioned parents (it calculates the relevant offsets); added support for fixed positioned elements;

And thew new widgets:

  • Fx.Marquee - a little Fx plugin for announcing status messages
  • IconMenu - a menu for managing a bunch of icons in a scrollable workspace
  • MooScroller - like regular overflow scrollbars that come with your browser when you use overflow: auto, except done in javascript so the scrollbar is 100% css styleable

Have fun.