Fahri: CSS: li::before

Beitrag lesen

Hallo,

ich habe ein problem mit CSS.

			li:before {
				 content: "\e063";
				font-family: 'Glyphicons Halflings';
				font-size: 13px;
				float: left;
				margin-top: 4px;
				margin-left: -20px;
				color: #3498db;
			}

Wie kann ich dafür sorgen das es nur in einem speziellem DIV funktioniert?

divname li:before scheint nicht zu funktionieren.