i need to make something like this:
I am not 100% sure how to make this so i decide for table which can be usefull, but it just terrible scatter what i did, my try looks like:
<table>
<tr>
<td rowspan="2" class="img-position"><a href="#"><img src="images/foto.png"></a></td>
<td class="topic-name"><a href="#">Název topicu nebo článku </a></td>
<td class="date">28.8.2014 / 19:30</td>
</tr>
</table>
My CSS:
#sub-content .left{
width: 326px;
height: 145px;
display: inline-block;
float:left;
}
#sub-content img{
width: 122px;
height: 121px;
display: inline-block;
margin-top: 0px;
margin-left: 5px;
}
#sub-content .topic-name{
width: 150px;
height: 14px;
line-height 14px;
margin-bottom: 130px;
margin-left: 10px;
display: inline-block;
vertical-align: top;
text-decoration: underline;
font-weight: 14px;
}
#sub-content table{
width:326px;
height:145px;
}
#sub-content tr{
margin: 10px 0px 0px 0px;
padding: 0px;
height: 36px;
}
#sub-content .date{
}
#sub-content .img-position{
margin: 0px;
padding: 0px;
width: 122px;
height: 121px;
display: inline-block;
}
And i cant move from my position to style atleast one of that part and then just copy it 3 times. I hope i find somebody here who can help me to fix it.
Live preview can be found on: http://funedit.com/andurit/try1/
Thanks for reading my post