Dave Methvin wrote: > http://methvin.com/jquery/splitter/ > > Oskar, it sounds like you may have solved some of the problems with IE6 I > haven't tackled yet. This version doesn't yet handle min-width and max-width > for IE6 but I plan to put it there. Maybe we could join forces on this? It > looks like you've pulled the min-width and max-width support out into its > own plugin, which would be a great way to handle it. Well I don't have such support yet, My current ieFixLayout plugin fixes IE position absolute and top/bottom = value problems. (My goal is still to have a layout that works without javascript) I do have plans to extend my ieFixLayout like max-width well min-width should be possible then as well, however I am unsure if it really helps in this particular case. Do you have a test case for it?
You can see my unfinished code in action (the code is compressed as it's totally horrible) at bytetransfer.de/projects/jquery/ I guess trying to create splitters for several child's was actually a bad idea, as your code seems to be quite nice and clean, well done! Best regards Oskar _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
