How to get round corner textbox using jquery without images

Posted by Rajasekar on Stack Overflow See other posts from Stack Overflow or by Rajasekar
Published on 2009-08-22T06:06:08Z Indexed on 2010/03/23 6:03 UTC
Read the original article Hit count: 605

Filed under:
|
|
|
|

I try to get round corners for textbox. But how can i get it. Here is the class

.tbox
{
 float:left;
 width:200px;
 margin-top:10px;
 margin-left:10px;

}

when i call using jquery using

$('.tbox').corners("4px");

it is not working. I already included Jquery.js and jquery.corners.js. But its not working. Any help would be appreciated

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery