[jQuery] Re: [Announce] Horizontal Accordion plugin 1.00 alpha

2007-09-16 Thread Jörn Zaefferer
Alexander Graef schrieb: I have just moved my horizontal Accordion tutorial to a real jQuery plugin. The plugin provides extensive options to configure its layout and behaviour. More about it here: http://dev.portalzine.de/index?/Horizontal_Accordion--print It is still an alpha rel

[jQuery] Re: [Announce] Horizontal Accordion plugin 1.00 alpha

2007-09-14 Thread Mark
Looks nice! but doesn't work smooth at all.. but than again.. it's still alpha.

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-18 Thread tzmedia
Is nobody else having the problem of when youhover one of the sliding tabs it totally dissappears for the better portion of a second. On subsequent hovers over the same tab, after you would think the image had loaded or whatever the glitch is, still the long delay. This is with Firefox on windows

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Jean
Great Job!!! And great design for the accordion ;D On 7/17/07, Alexander Graef <[EMAIL PROTECTED]> wrote: Hi, Did some updates to the way the horizontal accordion works. You can find the new download and example here: http://dev.portalzine.de/index?/Horizontal_Accordion--print I will b

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Alexander Graef
Not sure why this got posted multiple times, only submitted once. Sorry Alexander _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Graef Sent: Tuesday, July 17, 2007 5:12 PM To: jquery-en@googlegroups.com Subject: [jQuery] ANNOUNCE: Horizontal Accor

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Alexander Graef
already on my list of things to do :-) Thanks for the feedback Alexander _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jack Killpatrick Sent: Tuesday, July 17, 2007 6:33 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Jack Killpatrick
This looks really nice. Some feedback: 1. I expect the contents to open to the right of it's "header", not to the left. Is that configurable? And if not, it'd be nice if you can make it so (when you make it a plugin). 2. when clicking the header for an item that's already open, I don't see w

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Alexander Graef
] On Behalf Of Andy Matthews Sent: Tuesday, July 17, 2007 5:34 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51 Ah yes...the text box is much better looking this time. Plus you resolved that display issue with using show/hide. Only one additional

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Alexander Graef
PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51 Another odd behavior that seems isolated to IE. If I hover over any of the panels prior to the page fully loading, you'll see them kind of animate and move around. To replicate, just do a hard re

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Andy Matthews
Ah yes...the text box is much better looking this time. Plus you resolved that display issue with using show/hide. Only one additional comment..I'd like to see the thing feel more responsive. Currently you're completely closing one blade before opening another. Any chance of closing one and openi

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Rey Bango
Another odd behavior that seems isolated to IE. If I hover over any of the panels prior to the page fully loading, you'll see them kind of animate and move around. To replicate, just do a hard refresh and as soon as you see the panels, staty hovering over them. Rey Alexander Graef wrote:

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Alexander Graef
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Tuesday, July 17, 2007 5:15 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51 Did the video help, Alexander? Also, upon initial load, it appears as if the container div shifts to the left and

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Tane Piper
Thats much nicer! I tried to play about with your plugin this morning, wasn't working very well in my layout - but I'll give it a try once it's been made a bit more generic. Thanks On 7/17/07, Alexander Graef <[EMAIL PROTECTED]> wrote: Hi, Did some updates to the way the horizontal accor

[jQuery] Re: ANNOUNCE: Horizontal Accordion 0.51

2007-07-17 Thread Rey Bango
Did the video help, Alexander? Also, upon initial load, it appears as if the container div shifts to the left and the reshifts to the right. Overall, it works much better on this go round. Awesome work. Rey Alexander Graef wrote: Hi, Did some updates to the way the horizontal accordion wo

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-17 Thread Alexandre Plennevaux
that's a really nice result! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Cherne Sent: mardi 17 juillet 2007 6:13 To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal Accordion A few months ago I worked the weekend

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Brian Cherne
glegroups.com *Subject:* [jQuery] Re: ANNOUNCE: Horizontal Accordion Nice. On FF, I noticed that the hover-image made the whole thing disappear if you moused over too soon. Consider using a sprite image (both on and off in the same image and move the background-position, rather than 2 images). Also, I'

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Alexandre Plennevaux
_ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: lundi 16 juillet 2007 21:57 To: jquery-en@googlegroups.com Subject: [jQuery] Re: ANNOUNCE: Horizontal Accordion Nice. On FF, I noticed that the hover-image made the whole thing disappear if you moused over too so

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Andy Matthews
I like it a lot. Only thing that I don't like is that you're using show/hide to display the text. That means that while the blade is sliding to the right, the text is building from the bottom right corner. This makes it lose some of the coolness factor. I'd recommend trying to figure out how to get

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Glen Lipka
Nice. On FF, I noticed that the hover-image made the whole thing disappear if you moused over too soon. Consider using a sprite image (both on and off in the same image and move the background-position, rather than 2 images). Also, I'm a huge fan of the easing plugin. Using one of the easing meth

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Tane Piper
Very Nice! This has given me a great idea for my interface in my application - I was looking for inspiration. Can't wait to give it a go. On 7/16/07, Alexander Graef <[EMAIL PROTECTED]> wrote: Since the introduction of the blade interface on XBOX360, I have been looking for a simple way t

[jQuery] AW: [jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Alexander Graef
-Ursprüngliche Nachricht- Von: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Rey Bango Gesendet: Montag, 16. Juli 2007 22:10 An: jquery-en@googlegroups.com Betreff: [jQuery] Re: ANNOUNCE: Horizontal Accordion Hi Alexander, That looks really cool. There is some quirkiness to it upon

[jQuery] Re: ANNOUNCE: Horizontal Accordion

2007-07-16 Thread Rey Bango
Hi Alexander, That looks really cool. There is some quirkiness to it upon initial load. The behaviors I've seen are: 1) It appears that there is one big image file that initially renders to setup the accordian. This is showing up initially and looks a bit strange. You can see a video of it