I am creating a "Like" button for my website. Its my own customized like button that changes some values in database of my website. I want to show LIKE count with a callout background like Twitter "Follow"/"Tweet" and Facebook "Like"/"Share" buttons. Some what like this:
I am unable to form any logic in CSS on how to do that since I am not so pro in CSS. I also inspected Twitter code using Google Chrome's Inspect Element feature, but was unable to find any CSS doing that. Another thing came to my mind was that its just an empty callout image overlapped by a text. But didn't find any image like that. Can anyone please tell me how to do that?