I am building a website which involves user comments and tags.
I wish to implement tags as they appear on the StackOverflow’s Tags textbox after every question.
I am not able to figure out how to style a cross symbol after every tag and have a background for text inside the textbox as it’s done on StackOverflow.
How can this be done?
As @Rikudo has already shown, a larger image which contains all the required images is used, along with some CSS to display only the required parts. This is the HTML used to display each tag:
The relevant CSS rules applied to class
delete-tag: