put hex value of your bullet specail character like this
div:before{
content:"\2022";
color:#f00;
}
check this fiddle http://jsfiddle.net/sandeep/HPrkU/1/
NOTE: after & before work in IE8
put hex value of your bullet specail character like this
div:before{
content:"\2022";
color:#f00;
}
check this fiddle http://jsfiddle.net/sandeep/HPrkU/1/
NOTE: after & before work in IE8