[jQuery] Re: Corner Plugin affects layout

2007-09-11 Thread Sam Collett
I tried to reproduce it in a test page, but was unable to. I solved it by using .css(position, ) There is a demo of the issue at http://www.nelctp.nhs.uk/default2.aspx And without corner plugin: http://www.nelctp.nhs.uk/default2.aspx?nocorner Which actually illustrates some problems with the

[jQuery] Re: Corner Plugin affects layout

2007-09-11 Thread Sam Collett
I did manage to fix it, but set up a page showing the problems I have been having: With corner: http://www.nelctp.nhs.uk/default2.aspx Without: http://www.nelctp.nhs.uk/default2.aspx?nocorner The corner is applied to the two boxes in the middle (only very subtle corners). On Sep 10, 11:58 pm,

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread [EMAIL PROTECTED]
use this plugin: http://meerbox.nl/?page_id=4 works fine and it's pretty nice ;)

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Sam Collett
Using canvas instead of nested div's for the corner didn't help with the layout (although it looks slightly better). The problem is caused by the 'position: relative' added to the element with the corner applied to it. On Sep 10, 2:28 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: use this

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Christopher Jordan
Sam, I visited both links in your post (using IE6) and I can't see the problem? Also, I don't see anything on either page that looks like the corner plug-in has been applied. Hmmm... did you fix things already? :o/ Chris On 9/10/07, weepy [EMAIL PROTECTED] wrote: that's an awesome plugin On

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread weepy
that's an awesome plugin On Sep 10, 3:59 pm, Sam Collett [EMAIL PROTECTED] wrote: Using canvas instead of nested div's for the corner didn't help with the layout (although it looks slightly better). The problem is caused by the 'position: relative' added to the element with the corner

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Christopher Jordan
Dude, that looks pretty freakin' sweet! I may have to give that one a shot sometime. Chris On 9/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: use this plugin: http://meerbox.nl/?page_id=4 works fine and it's pretty nice ;) -- http://cjordan.us

[jQuery] Re: Corner Plugin affects layout

2007-09-10 Thread Mike Alsup
Sam, Did you get this solved? I couldn't reproduce the error (IE7), but it sounds like a classic hasLayout problem. Mike On 9/10/07, Sam Collett [EMAIL PROTECTED] wrote: Using canvas instead of nested div's for the corner didn't help with the layout (although it looks slightly better).