Re: [Moo] Element.pin() moves when window gets resized

2011-12-17 Thread Daniel Antonio Peraza Cedrez
I can't do the first, but maybe the latter works fine. But I was looking for an already implemented solution before getting my hands dirty in the mud. El 18/12/2011, a las 00:57, Barry van Oudtshoorn escribió: > Hi, > > This might be a silly question, but can your problem be solved just using

Re: [Moo] Element.pin() moves when window gets resized

2011-12-17 Thread Barry van Oudtshoorn
Hi, This might be a silly question, but can your problem be solved just using position:relative on the parent, and position:absolute on the child element? If not, you might have to listen for the onResize event on the parent element, and correct the position of the child each time. If you do do th

[Moo] Element.pin() moves when window gets resized

2011-12-17 Thread Daniel Antonio Peraza Cedrez
Hi, I need to do something like Element.pin(), the problem is that when the browser window gets resized, the element remains fixed instead of move along with its parent. I mean, I need the element to remain fixed relative to its parent, maybe by setting its top and left position in relative unit

[Moo] [Announcement] JxLib 3.1 is out!

2011-12-17 Thread Jonathan Bomgardner
All, I'm proud to announce the immediate release of JxLib 3.1. The following is included in this release: - Mootools-core and -more compatability with 1.4.1 (and 1.3.2) - Jx.Editor - A rather simple WYSIWYG editor based on mooeditable in the JxLib style using a plethora of plugins.