Changeset 4933
- Timestamp:
- 09/03/06 20:20:22 (2 years ago)
- Files:
-
- spinoffs/scriptaculous/CHANGELOG (modified) (1 diff)
- spinoffs/scriptaculous/src/controls.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/scriptaculous/CHANGELOG
r4923 r4933 1 1 *SVN* 2 3 * Update Prototype to revision [4930] 2 4 3 5 * Fix various issues with IE detection and Opera, and setOpacity, fixes #3886, #5973 spinoffs/scriptaculous/src/controls.js
r4852 r4933 62 62 if(!update.style.position || update.style.position=='absolute') { 63 63 update.style.position = 'absolute'; 64 Position.clone(element, update, {setHeight: false, offsetTop: element.offsetHeight}); 64 Position.clone(element, update, { 65 setHeight: false, 66 offsetTop: element.offsetHeight 67 }); 65 68 } 66 69 Effect.Appear(update,{duration:0.15});