[jQuery] Re: Featured Content or Cnet Carousel

2007-05-25 Thread Patrick Hall
*bump* Here's an interesting carousel-style widget, implemented with Prototype: http://www.missingmethod.com/projects/glider.html I'm with Alex, the widget linked in the OP doesn't really seem carouselish to me -- the missingmethod example does. Most importantly, imho, it allows arbitrary

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 23, 7:21 pm, Sapphire [EMAIL PROTECTED] wrote: Very nice. Will it work for images? Thanks =] http://ruphus.com/code/jquery/fishimg.html I'm not sure why it doesn't work the same way there; only $(this) seems to be getting resized. Paging brainiacs! Cleanup on aisle 12! -p@

[jQuery] Re: vertical fisheye menu? OSX dock or tsunami

2007-04-24 Thread Patrick Hall
On Apr 24, 1:25 pm, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: you are resizing the br/ tag. and that ain't good. use twice as many prev's to jump over the br's Thanks Jake. I tried it without the br /s and it does what's expected: http://ruphus.com/code/jquery/fisheye/fishimg.html I'm glad I dug into