IMANOV (08.01.2013 / 11:59)Попробуй ....
а можно этот код в .news прописать?
.news{
display: block;
position: absolute;
left: 40px;
top: 20px;
width: 200px;
height: auto;
background: #df9437;
padding: 10px;
border: 2px solid #c26f30;
color: #000;
}
.news:before{
content: ' ';
position:absolute;
left:10px;
top:-15px;
margin-top:-10px;
display:block;
width: 0px;
height: 0px;
border-top: 10px solid transparent;
border-bottom: 15px solid #c26f30;
border-left: 10px solid transparent;
}