Position fixed is not supported by IE versions less than 7 and I just released the version 0.1 rc1 so I don't think I'll support IE6 before version 0.2 or 0.3.
Meanwhile, I'm facing a hard choice.. I have small clean code base that works fine except for position fixed in IE6.. now to make fixed positioning I would have to add twice as much code, ugly code that is. http://www.nowcss.com/javascript/emulating-position-fixed-in-ie-6-below So I'm not sure yet I will support fixed positioning for <IE7, or which "hack" I should use.. I'll accept suggestions and comments thought. On the other hand, styles issues can be easily fixed. Thanks for the comment On Jun 10, 8:17 am, "Bart Hermans" <[EMAIL PROTECTED]> wrote: > Can you check it in IE6? > The layout looks a bit weird. > And it doesn't stick to the bottom/top when you scroll, but maybe that's an > IE thing? > > Nice plugin, I will definitely use it! > > On Tue, Jun 10, 2008 at 07:22, h3 <[EMAIL PROTECTED]> wrote: > > > I've just committed some changes to the trunk: > > >http://www.haineault.com/media/examples/jquery-ui-toaster/demo/ > > > - refactored using $.widget > > - tested/fixed for IE7 (using a virtual machine XP ..) > > - added support for custom effect when user manually hide (hide) > > - added onHide callback > > - added ui-toaster-closable style > > - updated changelog > > > and it's smaller :) > > > I haven't tested it extensively and I don't think I'll have time to do > > it soon, but I will accept bug reports and try to fix them > > > Thanks Andy > > > regards > > > On Jun 9, 10:01 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > > I'd be happy to help you test when you're ready. This is nicely done. > > > > -----Original Message----- > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > > > Behalf Of h3 > > > Sent: Monday, June 09, 2008 8:42 AM > > > To: jQuery (English) > > > Subject: [jQuery] Re: [ANNOUNCE] Toaster plugin > > > > I don't even tried it in IE yet.. but I plan to make it 100% compatible > > at > > > least for IE 7+ for the 0.1 release > > > > After that I will propose it as an official jQuery plugin (or UI > > > plugin) and move the repository/documentation to the right place > > > > Thanks for the feedback > > > > On Jun 9, 9:18 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > > > > By the way... > > > > > This plugin is REALLY nice when it works. Very well done. Now if you > > > > can just make sure it works in IE7, I might put this into production. > > > > > -----Original Message----- > > > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] > > > > On > > > > > Behalf Of h3 > > > > Sent: Sunday, June 08, 2008 10:31 PM > > > > To: jQuery (English) > > > > Subject: [jQuery] [ANNOUNCE] Toaster plugin > > > > > I've just released a toaster plugin > > > > > Project page:http://code.google.com/p/jquery-ui-toaster/ > > > > > It's inspired by Miksago's experimental toaster plugin that was no > > > > longer > > > maintained: > >http://code.google.com/p/jquery-ui/source/browse/branches/experim > > > enta... > > > > aster.js > > > > > Note: It's beta release and it have been tested only on Firefox and > > > > Konqueror yet, so it's most likely broken under IE and probably work > > > > fine under Safari. > > > > > Feedbacks and comments are more than welcome!