?? [ra?t]

adv.??, ?????, ??

adj. ???, ??;

vt. ????; ????; ????

vi. ????, ?????

????: righting ????: righted ????: righted

javascriptright?? ???

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

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

??: "position" ??? ?? "static"? ?? "right" ??? ???? ??? ??? ????.

javascriptright?? ?

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

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

</body>
</html>

???? ?? ?

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