Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
Content property with html entities in UI Issues of WEB UI Tips and Tricks
2066 Views
  with content property value 
Invalid css implementation with   with content property value.

like,
content: ' ';

Have to do unicode escape for css
use below link
http://rishida.net/tools/conversion/

  equals to \00a0 unicode of css string

so use
content: '\00a0';

instead of
content: ' ';
Next
Best Lessons of "WEB UI Tips and Tricks"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details