[jQuery] MM_preloadImages

2008-05-08 Thread all4one
My images are loading too slow. I have 5. They are less that 50k each. Can I preload the first image and then load 2-5? CODE: function loadBanner() { bC = bannerCount(); if (bC > 0) { sponsor = getCookie("bannerIndex", bC, 1); var banner = "\'banner" + sponsor + "\'"; var numberBar = "\'numberBa

[jQuery] Re: Static List - Move Item Up or Down

2008-05-08 Thread all4one
On May 8, 3:37 pm, all4one <[EMAIL PROTECTED]> wrote: > Contributors have moved items in the order they wish to display on the > page but the page displays the items in random order. > > I have four columns of content: Parent, Description, Image, and > Title... the order s

[jQuery] Static List - Move Item Up or Down

2008-05-08 Thread all4one
Contributors have moved items in the order they wish to display on the page but the page displays the items in random order. I have four columns of content: Parent, Description, Image, and Title... the order should be based on the Title. What am I missing?

[jQuery] Re: the dropdown menu flashes on the screen on page load.

2008-05-06 Thread all4one
> > > > You'll need to give us more information, a demo or at least some code, > > before we can help you diagnose. > > > On Thu, May 1, 2008 at 5:18 PM, all4one <[EMAIL PROTECTED]> wrote: > > > > I have two drop-down lists in the "main me

[jQuery] Re: the dropdown menu flashes on the screen on page load.

2008-05-02 Thread all4one
); dom.query(this).find("div.trigger").hide(); dom.query("#topMenu ul li").css("position", "relative"); }); On May 1, 3:04 pm, "Theodore Ni" <[EMAIL PROTECTED]> wrote: > You'll need to give us more information, a dem

[jQuery] the dropdown menu flashes on the screen on page load.

2008-05-01 Thread all4one
I have two drop-down lists in the "main menu" at the top of the page. When you click on link items in the "top menu" (different menu) which is below the "main menu" the drop-down menu flashs then disapears as the rest of the page loads.