[jQuery] Re: jquery.corner.js plugin not working with elements

2009-08-26 Thread Noel Weichbrodt
Thanks for the initial reply Leonardo and the canonical reply Mike. --Noel On Aug 26, 1:58 pm, Mike Alsup wrote: > > I think you can't rounded a input element with this plugin. U can put the > > input inside a div element, round the div and set border=0 to your input. So > > the user think the

[jQuery] Re: jquery.corner.js plugin not working with elements

2009-08-26 Thread Mike Alsup
> I think you can't rounded a input element with this plugin. U can put the > input inside a div element, round the div and set border=0 to your input. So > the user think the input is rounded, but actualy is the div outside. Leonardo is correct, this plugin will not work on input elements.

[jQuery] Re: jquery.corner.js plugin not working with elements

2009-08-26 Thread Leonardo K
I think you can't rounded a input element with this plugin. U can put the input inside a div element, round the div and set border=0 to your input. So the user think the input is rounded, but actualy is the div outside. On Wed, Aug 26, 2009 at 02:40, Noel Weichbrodt wrote: > > I must have missed