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()
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
)
精彩评论