هو ف التاج ده
div
{
direction:rtl
}
مش من حق الكلام يتحرك من اليمين للشمال
طيب هو هيتنفذ ازاى
ف البرنامج
div
{
direction:rtl
}
sara magdy كتب:تم التحميل
وجزاكم الله كل خير
بالنسبةللـ Floatسؤال كمان ايه معنى الجمله دى
float: right;
margin: 3px 0 0 15px;
دة تم توضيحةmargin
,padding
بيحدد المسافة بين الاسطرline height
بيحدد منة مثلا شكل الرمز اللي جمب كل عنصر في اللستةlist- style
بيحدد هل هو خط مائل ام لا لعني لية استيل و شكل ولا لا,font-style,
بتحدد هل في خط تحت الكلام ام لا او الخط من خلال الكلام بيمر في نص الكلمة خط اكنك بتشطبي عليهاtext-decoration
بتحدد ثمك الخط اللي هو بولد ولا لا او ممكن يكون اضخم كمان بتحديد رقم معين,font-weight,
هو ف حاجه اسمها ارتفاع السطر ووزن الخط
ويعنى ايه الاستيل بتاع القائمه وبتاع الخط
اة كل القوايمهما لهم استيل ولو لهم هل الاستيل ده ينطبق ع جميع انواع القوائم
فين الكلام دة في انهي ملف ؟angel كتب:وعايزه اعرف ازاى اليست ده
* home
* itroduction
* css basic
* css advanced
اتحطت فى لين واحد مش فى ليست عادى
فين الكلام دة في انهي ملف ؟
#menu ul
{
margin: 0;
padding: 10px 0 0 0;
list-style: none;
line-height: normal;
text-align: center;
}
#menu li
{
display: inline;
margin: 0;
padding: 0;
}
none | The element will not be displayed |
block | The element will be displayed as a block-level element, with a line break before and after the element |
inline | Default. The element will be displayed as an inline element, with no line break before or after the element |
list-item | The element will be displayed as a list |
run-in | The element will be displayed as block-level or inline element depending on context |
compact | The element will be displayed as block-level or inline element depending on context |
marker | |
table | The element will be displayed as a block table (like <table>), with a line break before and after the table |
inline-table | The element will be displayed as an inline table (like <table>), with no line break before or after the table |
table-row-group | The element will be displayed as a group of one or more rows (like <tbody>) |
table-header-group | The element will be displayed as a group of one or more rows (like <thead>) |
table-footer-group | The element will be displayed as a group of one or more rows (like <tfoot>) |
table-row | The element will be displayed as a table row (like <tr>) |
table-column-group | The element will be displayed as a group of one or more columns (like <colgroup>) |
table-column | The element will be displayed as a column of cells (like <col>) |
table-cell | The element will be displayed as a table cell (like <td> and <th>) |
table-caption | The element will be displayed as a table caption (like <caption>) |