开发者

I want to do a left round corner using jquery.corner()

I want only to round the left corners of a div using jquery.corner()

开发者_JS百科

Any ideas on getting it done.

Thanks Jean


Round is the default, so to round just the left corners, do the following:

$(".selector").corner("left");


$('yourSelector').corner('style tl bl');

read docu for more information (Choose Your Corner)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜