[jQuery] Datepicker ui Altering Button Panel

2009-06-12 Thread aronduby
On the UI website under the datepicker "display button bar" option it says "Each button is enabled by default when the bar is displayed, but can be turned off with additional options. Button text is customizable." I can't find anywhere that states how to turn off buttons or customize the text. A

[jQuery] Cycle Plugin, depth, and IE

2008-07-10 Thread aronduby
Running into an issue with IE and the Cycle Plugin where the items that I have cycling are showing up over the dropdown menus I am using. Example: http://visitgrandrapids.org/visit.php hover over "GR Links" and see how the menu shows under the news sentence, and under the "hot happenings" items.

[jQuery] jNice, dropdown menus (jd_menu_vertical), and IE

2008-06-26 Thread aronduby
Running into issues using jNice to style form elements. The normal iFrame hack for IE doesn't work to get the drop-down menu over top of the selects. I disable jNice and it works, turn it back on and nothing. Example : http://client.grcmc.org/wip/grcvb/events.php

[jQuery] innerfade element with opacity and IE

2008-06-19 Thread aronduby
Hey everyone, I've run into an issue with innerFade and IE when I'm fading an element that has the opacity set in css. More specifically, I have a slide div, which has an img, and then a caption div. The caption div is set to 80% opacity. Of course it works fine in FF, but when IE runs the effect

[jQuery] custom animated drop-down menu and IE6

2008-06-09 Thread aronduby
surprise, surprise, IE 6 isn't doing what it should be. I have a custom animated drop down menu that works great in FF and IE7, but IE6 doesn't even start to animate anything. Live example can be found at: http://client.grcmc.org/wip/rerc/ index.php">http://client.grcmc.org/wip/rerc/index.php JS

[jQuery] Re: timing of multiple "Cycle" slides (Cycle Plugin)

2008-05-31 Thread aronduby
man, that works like a charm, thanks so much! On May 30, 5:32 pm, malsup <[EMAIL PROTECTED]> wrote: > > I working on a site that uses 4 instances of the Cycle plugin to > > rotate divs filled with text. The client loves it, but they don't want > > them to all cycle at the same time. They want box

[jQuery] timing of multiple "Cycle" slides (Cycle Plugin)

2008-05-30 Thread aronduby
Hey all, I working on a site that uses 4 instances of the Cycle plugin to rotate divs filled with text. The client loves it, but they don't want them to all cycle at the same time. They want box 1 to cycle, short pause, box 2 to cycle, short pause... And I can't figure it out (obviously). Any hel