UK [??] US [l?ft]

adj. ??

n. ??, ??

adv. (leave? ???? ????)

???: lefts

?????????? ???

??: ??? ??? ??? ?? ?? ??? ?? ??? ?? ?? ??? ???? ?????.

??: ??Object.style.left=auto|%|length

??: "position" ?? ?? "static"? ?? "left" ?? ??? ??? ????.

?????????? ?

<html>
<head>
<style type="text/css">
input
{
position:absolute;
}
</style>
<script type="text/javascript">
function setLeftEdge()
{
document.getElementById("b1").style.left="100px";
}
</script>
</head>
<body>

<input type="button" id="b1" onclick="setLeftEdge()"
value="Set left edge to 100 px" />

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????