[jQuery] Re: Rounded corners-canvas and ie6

2007-11-24 Thread caruso_g
Still no solution on that. I was wondering if using a conditional comment to get the offset of generated canvases and increasing it one pixel bottom/right and bottom would make the trick. What do you think about? On Nov 22, 10:20 am, caruso_g <[EMAIL PROTECTED]> wrote: > @Marco - Examples on the

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-22 Thread caruso_g
@Marco - Examples on the developer page simply don't use nested divs with different backgrounds, so, the bug, is not visible. I hope the plugin dev can help us. On 21 Nov, 23:31, marco <[EMAIL PROTECTED]> wrote: > Yes, I ran into the same issue myself. I have not found a solution for > this mysel

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-22 Thread caruso_g
HI, the effect is been achieved by inserting the bordered div into a div with bottom rounded border too, contained itself into a bottom rounded div with a double margin relatively to inner ones, so that it Seems a white 10 px border. The trick is in the second container, it lets me not to show its

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-21 Thread Brett
that's an great effect - first thoughts are how are you generating the bottom border/line? I couldn't track down the code for your corner easily so couldn't get any further. On Nov 22, 8:00 am, polyrhythmic <[EMAIL PROTECTED]> wrote: > I believe curvycorners supports borders, I'm not sure that t

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-21 Thread marco
Yes, I ran into the same issue myself. I have not found a solution for this myself. I wonder how they did it on the demo site. (there the issue does not appear) marco On Nov 21, 1:00 pm, polyrhythmic <[EMAIL PROTECTED]> wrote: > I believe curvycorners supports borders, I'm not sure that there's

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-21 Thread polyrhythmic
I believe curvycorners supports borders, I'm not sure that there's a transparent corner jQuery plugin that also supports borders besides the canvas corners. Weird bug, but such is IE. I would also be interested in a solution. Charles On Nov 21, 7:21 am, caruso_g <[EMAIL PROTECTED]> wrote: > I

[jQuery] Re: Rounded corners-canvas and ie6

2007-11-21 Thread caruso_g
I am still here, I was not able to find a solution on the net. Any Idea? Thanks again in advance for the help. On 20 Nov, 18:20, caruso_g <[EMAIL PROTECTED]> wrote: > Hi guys, > I implemented a rounded-corner-canvas into this project. I used it > since its support to borders and a good anti-alia