?????? ?? ??? ???? ????? ?????(????? table)
مرسل: الثلاثاء ديسمبر 16, 2008 3:02 am
?????? ?????
???? table ????
????? ????? ??? ?????? css ??
?
css
???? ???? ??????? ????? ???? ?????? ????? ?? ???? ??????? ???? ????? ??????
??? ?????? ??? background-repeat: no-repeat; ???? ??????? ????? ???? ???? ??? ???? ????? ??????
?????
???? table ????
كود: تحديد الكل
<table style="width: 100%">
<tr>
<td> </td>
</tr>
</table>
كود: تحديد الكل
<table style="width: 100%" class="ex">
<tr>
<td> </td>
</tr>
</table>
css
كود: تحديد الكل
.ex {
background-image: url('./images/logo-topic.gif');
background-position: center;
background-color: #FFFFFF;
}
??? ?????? ??? background-repeat: no-repeat; ???? ??????? ????? ???? ???? ??? ???? ????? ??????
?????