| e-gradiva | HTML | CSS | JavaScript | Načrtovanje | |||||
![]() |
|||||||||
| SERŠ Maribor | Iskanje | Primeri | |||||||
JavaScript ne dovoljuje vezaja - v imenih spremenljivk, postopkov. Ker pa so v sestavljenih lastnostih CSS vezaji, se po pravilu ti spremenijo v veliko začetnico podlastnosti.
V spodnji tabeli je napisanih nekaj lastnosti CSS in njihovih ekvivalentov v JavaScript. Za določitev vrednosti je potrebno določiti še pot do elementa in lastnosti:
document.getElementById("element_id").style.lastnost_css="vrednost"
| Lastnost CSS | Sintaksa JavaScript | Primer |
| font-size | fontSize | fontSize="14pt" |
| font-family | fontFamily | fontFamily="Courier" |
| font-weight | fontWeight | fontWeight="bold" |
| font-style | fontStyle | fontStyle="italic" |
| line-height | lineHeight | lineHeight="22pt" |
| text-decoration | textDecoration | textDecoration="underline" |
| text-transform | textTransform | textTransform="uppercase" |
| text-align | textAlign | textAlign="right" |
| text-indent | textIndent | textIndent="40px" |
| margin | margins() | margins(75px) |
| margin | margins() | margins(24pt, 30pt, 30pt, 17pt) |
| margin-top | marginTop | marginTop="40mm" |
| margin-right | marginRight | marginRight="4cm" |
| margin-bottom | marginBottom | marginBottom="12pc" |
| margin-left | marginLeft | marginLeft="1in" |
| padding | paddings() | paddings="25px" |
| padding | paddings() | paddings(25pt, 20px, 45pt, 35px) |
| padding-top | paddingTop | paddingTop=".5in" |
| padding-right | paddingRight | paddingRight="25mm" |
| padding-bottom | paddingBottom | paddingBottom="1cm" |
| padding-left | paddingLeft | paddingLeft="1in" |
| color | color | color="blue" |
| color | color | color="rgb(0%,0%,100%)" |
| background-color | backgroundColor | backgroundColor="maroon" |
| background-image | backgroundImage | backgroundImage="url(slika.jpeg)" |
| border-style | borderStyle | borderStyle="groove" |
| border-color | borderColor | borderColor="#335a77" |
| border-color | borderColor | borderColor="rgb(20%,50%,70%)" |
| border-color | borderColor | borderColor="rgb(255,20,150)" |
| border-width | borderWidths() | borderWidths(20px) |
| border-width | borderWidths() | borderWidths(20px, 30px, 40px, 50px) |
| border-top-width | borderTopWidth | borderTopWidth ="1pc" |
| border-right-width | borderRightWidth | borderRightWidth ="3mm" |
| border-bottom-width | borderBottomWidth | borderBottomWidth ="40px" |
| border-left-width | borderLeftWidth | borderLeftWidt="50px" |
| width | width | width="50%" |
| float | align | float="left" |
| clear | clear | clear="left" |
| display | display | display="block" |
| list-style-type | listStyleType | listStyleType ="square" |
| white-space | whiteSpace | whiteSpace="pre" |
SERŠ Maribor : Strokovna gimnazija : 2004 :