CSS Content With Especial Characters
When doing something like this:
content: '>';
You probably will have an encode problem. So, use this:
content: '\003E';
Online converter:
http://www.evotech.net/articles/testjsentities.html
Based on:
http://css-tricks.com/css-content/
Written by Daniel França
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#