I want like above image.
What i want to do for orange circle on button??
Hi Pritu,
You will need HTML component and some custom CSS code.
To create a circle label you can setpreborder-radius: 50%;/pre
To place it over button use codez-index/code
And shift it as needed.
thanks katya,
I do it using another approch.
I follow this example:
http://jsfiddle.net/ThinkingStiff/mLW47/
I can do it succesfully.
Pritu,
Thank you for sharing this!