عرض مشاركة واحدة
خبير JavaScript
تاريخ التسجيل: Jul 2002-
Blog Entries: 15
#1 (permalink)  
التحويل من CSS الى JavaScript


السلام عليكم

هذه لا ئحة بأهم مراجع CSS وتحويلها الى JavaScript
مثال
بال background-color بال CSS لتحويلها الى الجافاسكريبت سنزيل علامة - ونكبر الحرف اذي يليها لتصبح backgroundColor
هذا حتى نتحكم بها من خلال الجافاسكريبت، طريقة الإستعمال
في انترنت اكسبلورر
كود PHP:
document.all.id.style.backgroundColor "القيمة"
ولنتسكيب
كود PHP:
document.id.style.backgroundColor "القيمة"
و لكل المتصفحات القياسية
كود PHP:
document.getElementById("id").style.backgroundColor "القيمة"
وهنا ال id هي تعرفة المعلم التي نعطيها للوسم الذي نريد ان نتحكم في تنسيقه
وهذه هي الائحة، على اليسار بال CSS في اليمين بال JavaScript
كود PHP:
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
-decorationblink ->-> textDecorationBlink
text
-decorationline-through ->-> textDecorationLineThrough
text
-decorationnone ->-> textDecorationNone
text
-decorationoverline ->-> textDecorationOverline
text
-decorationunderline ->-> textDecorationUnderline
text
-indent ->-> textIndent
text
-transform ->-> textTransform
top 
->-> top
vertical
-align ->-> verticalAlign
visibility 
->-> visibility
width 
->-> width
z
-index ->-> zIndex 






Zizwar غير متواجد حالياً   قديم 14-10-2006, 10:41 PM
رد مع اقتباس