As you can see in the documentation, "content" isn't an option that .open
accepts.
"Refer to following example so see what options you can use"
myMBox.open({
instant: true,
target: 'myMBox9',
position: {
x: ['left', 'outside']
},
offset: {
x: 20
}});
So, what you probably need is two instances of mBox.
On Mon, Jan 21, 2013 at 6:22 PM, Jeff Dunlap <[email protected]>wrote:
> Things such as MooTools options are still very hazy to me and I am hoping
> that someone can review my jsFiddle:
>
> http://jsfiddle.net/jeff_j_dunlap/cej6c/2/
>
> The fiddle is self explanatory. Thank you very much.
>
>
>