In Moo 1.1, you have to do: this.page = window.getSize().size; ( http://docs111.mootools.net/Element/Element-Dimensions.js#Element.getSize)
___ Oskar Krawczyk http://nouincolor.com On Thu, Oct 29, 2009 at 16:55, charlie-imac <[email protected]> wrote: > > Thanks, didn't make a difference. Still getting a error. > > On Oct 27, 3:50 pm, Fli7e <[email protected]> wrote: > > You use "page.x" but never ever define "page" anywhere (from what i > > saw by fastly looking at menu.js). > > > > I think you should define page like > > > > this.page = window.getSize(); > > > > so a.page.x will give you the window X-Size (as you send "a" as a > > reference to "this" to your callback function. > > > > Just my 2cent ... > > > > On 27 Okt., 13:49, charlie-imac <[email protected]> wrote: > > > > > > > > > Forgot, the menu is not suppose to show until you mouse over the > > > logo. Then it is suppose to slide in from the left and cover 80% of > > > the browser window. > > > > > On Oct 27, 8:02 am, charlie-imac <[email protected]> wrote: > > > > > > I've inherited a project that is using MooTools 1.11 and need help > > > > finishing my menu. The menu is suppose to slide in bgdiv while the > > > > menu slides in from the right. I still have a error when you mouse > > > > over the logo - Marsha Staiger. I've included a link to the site > > > > where you can see the javascript "menu". Note, I program in PHP and > > > > MySql not ajax. Any help would be appreciated. > > > > > >http://67.199.55.232/marshastaiger/-Zitierten Text ausblenden - > > > > > - Zitierten Text anzeigen - >
