نحري دون نحرك يارسول الله
TalkinWeb

العودة   TalkinWeb > تطوير المواقع > ملتقى التقنيات القياسية

ملتقى التقنيات القياسية قسم خاص لشرح طرق انشاء المواقع الديناميكية باستخدام التقنيات القياسية CSS , AJAX , JavaScripts ...

إضافة رد
LinkBack أدوات الموضوع انواع عرض الموضوع
قديم 10-23-2007, 12:44 PM   #1 (permalink)

Talkinweb
 
تاريخ التسجيل: Oct 2007
الدولة: KSA
المشاركات: 113
Talkinweb will become famous soon enough



افتراضي التحويل من CSS إلى JavaScript

السلام عليكم
هذه لائحة بأهم مراجع CSS وتحويلها إلى JavaScript

مثال:

الـbackground-color في الـCSS لتحويلها إلى الجافاسكريبت سنزيل علامة - ونكبّر الحرف الذي يليها لتصبح backgroundColor

هذا حتى نتحكم بها من خلال الجافاسكريبت.

طريقة الإستعمال:
  • في Internet Explorer :
كود PHP:
document.all.id.style.backgroundColor “القيمة”
  • في NetScape :
كود PHP:
document.id.style.backgroundColor “القيمة”
  • في كل المتصفحات القياسية :
كود PHP:
document.getElementById(”id”).style.backgroundColor “القيمة”
  • وهنا الـid هي تعرفة المعلم التي نعطيها للوسم الذي نريد ان نتحكم في تنسيقه
    والكود التالي يبيّن ذلك (الجهة اليسرى CSS أما اليمنى فهيJavaScript :
كود بلغة HTML:
background ->-> background
background-attachment ->-> backgroundAttachment
background-color ->-> backgroundColor
background-image ->-> backgroundImage
background-position ->-> backgroundPosition
background-repeat ->-> backgroundRepeat
border ->-> border
border-bottom ->-> borderBottom
border-bottom-color ->-> borderBottomColor
border-bottom-style ->-> borderBottomStyle
border-bottom-width ->-> borderBottomWidth
border-color ->-> borderColor
border-left ->-> borderLeft
border-left-color ->-> borderLeftColor
border-left-style ->-> borderLeftStyle
border-left-width ->-> borderLeftWidth
border-right ->-> borderRight
border-right-color ->-> borderRightColor
border-right-style ->-> borderRightStyle
border-right-width ->-> borderRightWidth
border-style ->-> borderStyle
border-top ->-> borderTop
border-top-color ->-> borderTopColor
border-top-style ->-> borderTopStyle
border-top-width ->-> borderTopWidth
border-width ->-> borderWidth
clear ->-> clear
clip ->-> clip
color ->-> color
cursor ->-> cursor
display ->-> display
filter ->-> filter
font ->-> font
font-family ->-> fontFamily
font-size ->-> fontSize
font-variant ->-> fontVariant
font-weight ->-> fontWeight
height ->-> height
left ->-> left
letter-spacing ->-> letterSpacing
line-height ->-> lineHeight
list-style ->-> listStyle
list-style-image ->-> listStyleImage
list-style-position ->-> listStylePosition
list-style-type ->-> listStyleType
margin ->-> margin
margin-bottom ->-> marginBottom
margin-left ->-> marginLeft
margin-right ->-> marginRight
margin-top ->-> marginTop
overflow ->-> overflow
padding ->-> padding
padding-bottom ->-> paddingBottom
padding-left ->-> paddingLeft
padding-right ->-> paddingRight
padding-top ->-> paddingTop
page-break-after ->-> pageBreakAfter
page-break-before ->-> pageBreakBefore
position ->-> position
float ->-> styleFloat
text-align ->-> textAlign
text-decoration ->-> textDecoration
text-decoration: blink ->-> textDecorationBlink
text-decoration: line-through ->-> textDecorationLineThrough
text-decoration: none ->-> textDecorationNone
text-decoration: overline ->-> textDecorationOverline
text-decoration: underline ->-> textDecorationUnderline
text-indent ->-> textIndent
text-transform ->-> textTransform
top ->-> top
vertical-align ->-> verticalAlign
visibility ->-> visibility
width ->-> width
z-index ->-> zIndex 

منقول للفائدة
Talkinweb غير متواجد حالياً  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
رد مع اقتباس
قديم 01-08-2008, 01:31 PM   #2 (permalink)

عضو
 
تاريخ التسجيل: Jan 2008
المشاركات: 54
بحريني أملح will become famous soon enough



افتراضي

يعطيك العافيه
بحريني أملح غير متواجد حالياً  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
رد مع اقتباس
إضافة رد

« - | - »
أدوات الموضوع
انواع عرض الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة
Trackbacks are متاحة
Pingbacks are متاحة
Refbacks are متاحة