Re: [jQuery] Splitter - here's my shot at it

2007-01-09 Thread Jip

Great!! Its simple and flexible. another quality plugin by dave !



dave.methvin wrote:
> 
> Give this a try.
> 
> 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.
> 
> 
> ___
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Splitter-tf2891621.html#a8236235
Sent from the JQuery mailing list archive at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Splitter - here's my shot at it

2007-01-08 Thread Oskar E.
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
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Splitter - here's my shot at it

2007-01-07 Thread Dave Methvin
Give this a try.

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.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/