http://jsfiddle.net/ZWw3Z/をご覧ください
<p>Text text text text text text text...</p>
p {
background-color: blue;
}
p:before {
content: '';
position: absolute;
width: 10px;
height: 100%;
background-color: red;
}
基本的に、疑似要素の高さが高すぎます。要素と同じ高さにしたいと思いp
ます。どうやってやるの?