Topic: MifTree keynav in IE6

moro,

http://mousehook.de/MifPlay/

page is broken in IE6 (have not tested IE7).

to fix it I had to comment out the following line in Mif.Tree.KeyNav.js:

tree.wrapper.setAttribute('tabIndex',1);

Why is this happening?

Thanks

Thumbs up Thumbs down

Re: MifTree keynav in IE6

work if you set
.mif-tree-wrapper{
position: relative;
}