{style}
#main {
color: white; /* Цвет текста */
font-size: 15px;
height:100px51px;
overflow:hidden;
/*указать фон*/
}
#img{
width:100px146px;
height:100px51px;
background-color:#f6f6f6;
position:relative;
z-index:1;
}
#text{
position: relative;
top:-50px;
z-index:2;
width:100px146px;
height:0px;
}
{style}
{html}
<div id="main">
<img id="img" src="http://www.teamlead.ru/download/attachments/41943234/pure.png" width="146" height="51" border="0" alt=""/>
<div id="text">тут текст<" align="center">JIRA</div><br>
<div id="text" align="center">Задачи, Проекты</div>
</div>
{html} |