开发者

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

开发者 https://www.devze.com 2023-01-07 17:03 出处:网络
I want only to round the left corners of a div using jquery.corner() 开发者_JS百科Any ideas on getting it done.

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

精彩评论

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