http://code.google.com/p/jquery-ui/source/browse/branches/experimental/ui.toaster.js
It's the link the author gave me so I guess it's the last committed version.. It's experimental so I wouldn't hold my breath for it working on IE6.. On Jun 11, 6:47 am, "Bart Hermans" <[EMAIL PROTECTED]> wrote: > Are the older versions still available, cause it's broken in IE6 now. > Everything opens in the bl corner (see screenshot). > > On Tue, Jun 10, 2008 at 19:31, Andy Matthews <[EMAIL PROTECTED]> > wrote: > > > > > BEAUTIFUL! That works perfectly. > > > -----Original Message----- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of h3 > > Sent: Tuesday, June 10, 2008 11:53 AM > > To: jQuery (English) > > Subject: [jQuery] Re: [ANNOUNCE] Toaster plugin > > > Done, it worked :) > > > On Jun 10, 11:54 am, "Dan G. Switzer, II" <[EMAIL PROTECTED]> > > wrote: > > > >I just updated the demo, I added a stack option I had some problem > > > >calculating the spacing dynamically so I had to add a spacing option > > > >too.. > > > > >There is some behavior that I don't like much, try the following: > > > > >Open 3 sticky toasters, then close the first one and open a new one.. > > > > >Not sure how I will fix this yet.. > > > > >http://www.haineault.com/media/examples/jquery-ui-toaster/demo/ > > > > You could simplify this code a ton by putting everything inside one > > > outer container. The outer container is what you position to top-left, > > > top-right, bottom-left, bottom-right, etc. > > > > You then just either append (top) or prepend (bottom) the toaster > > > notification to the container element. > > > > The cool thing about this, is it will handle all the positioning > > > automatically. As one toaster element "hides" everything should shift > > > appropriately. Also, you don't have to worry about calculating where > > > to place each individual notification. > > > > -Dan > > > > toaster.jpg > 60KViewDownload