Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields labelled (Required) must be completed before the form is submitted.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

Thanks, it works!

2

mootools-core+Drag.Move, Fx.Scroll from mootools-more

try

.mif-tree-wrapper{
position:relative;
height:auto;
}

3

Hi, Moro,
The Mif.Tree is great! Thanks!

What libraries from 'Mootools download' are necessary. Don't know why I can use only library from your example. Otherwise, it doesn't work.

And how to do flexible height. I use styles

#tree_container { height:300px; width:300px; position:relative; }

And height is limited 300px

When I try something like

#tree_container { width:300px; overflow: auto; }

Tree is located over.