Hello,
I want only to round the left corners of a div using jquery.corner()
Any ideas on getting it done.
Thanks Jean
Hello,
I want only to round the left corners of a div using jquery.corner()
Any ideas on getting it done.
Thanks Jean
$('yourSelector').corner('style tl bl');
read docu for more information (Choose Your Corner
)
Round is the default, so to round just the left corners, do the following:
$(".selector").corner("left");