Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2014-07-27 10:00:31
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
css property - content: '\3008'
where it takes a background image for a
element?
http://alizahid.github.io/jquery-sliding-menu/
css:
.sliding-menu a.nav:before { content: '\3009'; float: right; margin-left: 1em; }
and
.sliding-menu a.back:before { content: '\3008'; float: left; margin-right: 1em;
what are \3008
and \3009
?
Offline
#2 2014-07-27 12:56:25
- GugUser
- Member
- From: Quito (Ecuador)
- Registered: 2007-12-16
- Posts: 1,473
Re: css property - content: '\3008'
〈 and 〉
Offline
Re: css property - content: '\3008'
+1 to GugUser’s answer. It’s Unicode – ‘LEFT ANGLE BRACKET’ and ‘RIGHT ANGLE BRACKET’.
Offline
#4 2014-07-28 08:20:00
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: css property - content: '\3008'
thank’s guys
Offline