I would like to use HTML entities in CSS, but it shows me the • instead.
.down:before{
content:"• ";
color:#f00;
}
Also, why does the above code not work in IE? it does not show the before part at all.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
put hex value of your bullet specail character like this
check this fiddle http://jsfiddle.net/sandeep/HPrkU/1/
NOTE: after & before work in IE8