صفحة 1 من 1

?????? ?? ??? ???? ????? ?????(????? table)

مرسل: الثلاثاء ديسمبر 16, 2008 3:02 am
بواسطة developer.mahmoud
?????? ?????
???? table ????

كود: تحديد الكل

<table style="width: 100%">
	<tr>
		<td> </td>
	</tr>
</table>
????? ????? ??? ?????? css ??

كود: تحديد الكل

<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; ???? ??????? ????? ???? ???? ??? ???? ????? ??????
?????

?????? ?? ??? ???? ????? ?????(????? table)

مرسل: الثلاثاء ديسمبر 16, 2008 3:49 pm
بواسطة مطنوخ
????? ???? ??? ?? ????? ?? ????? ,, ??? ????? ?????? ??? ??? ????? ????? ????? ????? ??? ,,
??? ???? ????? ???? ???? ??????

كود: تحديد الكل

 background-repeat: repeat-x;
???? ???? ?????? (????) ??????

كود: تحديد الكل

 background-repeat: repeat-y;

?????? ?? ??? ???? ????? ?????(????? table)

مرسل: الثلاثاء ديسمبر 16, 2008 4:39 pm
بواسطة developer.mahmoud
?????? ?????
???? ?? ????? ????? ??? ?????? ????????
????? ??? ???? ?? ??????
??? ?????? ??? background-repeat: no-repeat; ???? ??????? ????? ???? ???? ??? ???? ????? ??????
?????