I released a lot of code today including a bug fix that was probably pestering any of you with r87.
- product.picker.js now has no picklets; these are in the implementations/picklets directory
- ProductPicker now detects if there is no doctyp and, if not, sets the position of the picker to be fixed (no IE6 support)
- small docs update in element.cnet.js
- added new picklet: CNETProductPicker_PricePath
- added new picklet: NewsStoryPicker_Path
- new file: clipboard.js (allows you to insert text into the OS clipboard)
- new file: html.table.js (automates building html tables)
- new file: element.forms.js (for managing text inputs - get selected text information, insert content around selection, etc.)
- fixed an error in stickyWinHTML (ie reserves “class” for member names)
- converted window.onDomReady references to window.addEvent(’domready’..
- updated css for stickyWin.js to avoid namespace conflicts with the css class “clearfix”

