margin
English [?mɑ:d??n]
n. ????, ??; ??(??? ?? ??)
vt. ?? ??... ; ?? ??...
plural: margins
left
English [??] US [l?ft]
adj ??, ??; n. ??, ??; ?? ??, ???
adv. ??
v. ??? ???: ??
?????? marginLeft ?? ???
??: ??? ?? ??? ?????.
??: ??Object.style.marginLeft=auto|length|%
????: auto ?????? ??? ?? ?????. length? ??? ?? ??? ?????. ???? 0???. % ?? ??? ?? ??? ?? ??? ???? ? ???? ?????.?
?????? marginLeft ?? ?
<html> <head> <script type="text/javascript"> function changeMargin() { document.getElementById("p1").style.marginLeft="32px"; } </script> </head> <body> <input type="button" onclick="changeMargin()" value="Change the left margin of a paragraph" /> <p>This is a paragraph</p> <p id="p1">This is a paragraph</p> <p>This is a paragraph</p> </body> </html>
???? ?? ?
??? ????? ??? "???? ??" ??? ?????