[jQuery] Re: jCorner problem?

2007-09-28 Thread Mark
On Sep 27, 10:57 pm, Mike Alsup [EMAIL PROTECTED] wrote: Because of the nature of floats, I don't really see a universal solution. Wrapping an element or changing its position naturally would have a great affect on layout. I don't think this is a problem with floating the cornered div,

[jQuery] Re: jCorner problem?

2007-09-27 Thread polyrhythmic
I've seen that happen to me before when running .corner() on a floated element. Corner tries to adapt properties from its parent from the .corner divs, so if you have some css like #container div { float: left; } the float will be applied to your .corner divs too, and bork your layout. Corner

[jQuery] Re: jCorner problem?

2007-09-27 Thread Guy Fraser
polyrhythmic wrote: I've seen that happen to me before when running .corner() on a floated element. Corner tries to adapt properties from its parent from the .corner divs, so if you have some css like #container div { float: left; } the float will be applied to your .corner divs too, and

[jQuery] Re: jCorner problem?

2007-09-27 Thread polyrhythmic
On Sep 27, 1:23 pm, Guy Fraser [EMAIL PROTECTED] wrote: polyrhythmic wrote: I've seen that happen to me before when running .corner() on a floated element. Cornertries to adapt properties from its parent from the .cornerdivs, so if you have some css like #container div { float: left; }

[jQuery] Re: jCorner problem?

2007-09-27 Thread Mike Alsup
Because of the nature of floats, I don't really see a universal solution. Wrapping an element or changing its position naturally would have a great affect on layout. I don't think this is a problem with floating the cornered div, but I suspect it is related to the markup somehow (I haven't

[jQuery] Re: jCorner problem?

2007-09-26 Thread Mark
On Aug 21, 6:42 pm, Stephan Beal [EMAIL PROTECTED] wrote: On Aug 21, 9:58 pm, Mark [EMAIL PROTECTED] wrote: This is the result I am expecting --http://www.augustine.com/images/test/expected.jpg . This is what I get --http://www.augustine.com/images/test/actual.jpg . I am using

[jQuery] Re: jCorner problem?

2007-08-21 Thread Stephan Beal
On Aug 21, 9:58 pm, Mark [EMAIL PROTECTED] wrote: This is the result I am expecting --http://www.augustine.com/images/test/expected.jpg . This is what I get --http://www.augustine.com/images/test/actual.jpg . I am using standard corner syntax, $(this).corner(); .. this 'actual' result