179120/nbsp-not-working-in-css-content-tag
#sitenavmenu-content-menu li:before { content:"| "; }
I'd like to add a | and two spaces before each list item. However, for some reason, it prints the word nbsp rather than the space. Have any suggestions?
May be this could be the solution you are looking for :
content: "|\00a0\00a0";
When I dynamically connect in the CSS ...READ MORE
I use jQuery for this: jQuery('li').wrapInner('<span class="li_content" />'); & ...READ MORE
Because numbers are not letters, they do ...READ MORE
The CSS! important rule is used to ...READ MORE
HI.. SQL is Structured Query Language, which is ...READ MORE
I see this is an old post ...READ MORE
Yes, you can. Just Backslash (\) the colon. Like ...READ MORE
CSS Selector is a combination of element ...READ MORE
So, if you've arrived at this question ...READ MORE
The main> tag identifies a document's main ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.