I am using a script for an animated drop down menu, ddmenu.js Here is a pastie for that script:
http://pastie.org/705995 With this I am using document.observe('dom:loaded',function(){ var scrollbar = new Control.ScrollBar ('scrollbar_content','scrollbar_track'); }); from Prototype. It will not display normally. If I run the following script in Firebug: scrollbar.recalculateLayout(); It works just fine, even after closing Firebug. My problem, not having in-depth javascript knowledge,is how I can have the above script called. What is Firebug doing that I am not? Firebug v.1.4.5 Any ideas appreciated. Thanks, Jet -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=.
