[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-10 Thread Olivier Percebois-Garve
Hi On Opera 9.25 the corners of the green titles is not at the right position. Its something like 12 px too much to right and 4px too much down. On the example BORDER: 1 DISPLAY: INLINE the 4 corners seems to be too much inside of the block and should move of 2px approximativelly. weepy

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andre Meyer
Just a thought: could this be expanded into something like dojox.gfx? Would be awesome! thanks André http://dojotoolkit.org/projects/dojox

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Peter Bengtsson
The xhtml validator cries blood because of the xml tag in the middle of everything. Any nicer way to put that xml tag in and still be certain it works in IE6? (I can't test this myself since I don't have easy access to an emulator or windows computer) On 07/01/2008, weepy [EMAIL PROTECTED]

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Olaf Bosch
Peter Bengtsson schrieb: The xhtml validator cries blood because of the xml tag in the middle of everything. Any nicer way to put that xml tag in and still be certain it works in IE6? This is simple: !--[if IE] stylev\: * { behavior: url(#default#VML);display:inline-block; }/style

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
The IE works not perfect :( What problems are you having specifically? I know there is a subpixel rendering problem. The element itself holds the canvas or VML. It can be whatever you want - whether it's invalid xml or not. No plans for expansion. I like to keep things lean and mean : ) -

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
The xhtml validator cries blood because of the xml tag in the middle of everything. Any nicer way to put that xml tag in and still be certain it works in IE6? I plan to put this into the plugin itself, which would sidestep this problem

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Erik Beeson
Your choice of colors aside, this plugin looks fantastic! Very smooth. If this had gradients and drop shadows, I could replace my photoshop guy with it :) --Erik On 1/7/08, weepy [EMAIL PROTECTED] wrote: Hi I'd like to announce my latest jQuery plugin. I hope you'll find it useful.

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Olaf Bosch
weepy schrieb: The IE works not perfect :( What problems are you having specifically? I know there is a subpixel rendering problem. I make a Screen, I work offline: http://olaf-bosch.de/bugs/jquery/cornerz.gif The element itself holds the canvas or VML. It can be whatever you want -

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews
You could probably simulate a drop shadow with some creative HTML. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Beeson Sent: Tuesday, January 08, 2008 8:19 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread weepy
div id=bla style=position:relative; CONTENTCONTENT CANVAS CANVAS CANVAS CANVAS /div Good point. The only reason i was doing this was because I wanted to pass the corners back as a return value. I'm not sure you can do with without a parent container. The problem

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread Andy Matthews
To: jQuery (English) Subject: [jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML div id=bla style=position:relative; CONTENTCONTENT CANVAS CANVAS CANVAS CANVAS /div Good point. The only reason i was doing this was because I wanted to pass

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-08 Thread timothytoe
What problems are you having specifically? I know there is a subpixel rendering problem. I'm assuming the subpixel rendering is what is causing the ugly black lines on the left and right side of the border:1 display: inline example. I'd probably use this if the IE problem gets fixed. Very

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Karl Swedberg
wonderful job, Jonah! btw, looks fine in my Mac Safari 3 --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 7, 2008, at 11:01 AM, weepy wrote: Hi I'd like to announce my latest jQuery plugin. I hope you'll find it useful. FEATURES: # Antialiased

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Penner, Matthew
Very nice! I've been wanting antialiased corners for a while. Any possibility of working with Dave Methvin and merging the two corner plug-ins? I can see this being a source of confusion for other users. Good job! Matt Penner -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Andy Matthews
: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML Very nice! I've been wanting antialiased corners for a while. Any possibility of working with Dave Methvin and merging the two corner plug-ins? I can see this being a source of confusion for other users. Good job! Matt Penner

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Mike Alsup
Jonah, This looks really great! Issues # IE6 has some slight problems with the VML in some cases # Mac/Safari doesn't work (Windows Safari is fine) Hey, what happened to bulletproof?? :-) Mike

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-07 Thread Glen Lipka
This is awesome. I think I might replace the curvy corners on my site with this. I think the canvas method is just too cool. Glen On Jan 7, 2008 4:14 PM, weepy [EMAIL PROTECTED] wrote: Hey, what happened to bulletproof?? :-) It will be :) . In fact it now works on Mac/Safari Regarding