border

English [?b?:rd?(r)]

n. ???; ??? ??..., ?? the side of...

vt.side of..., around..., bordering...

vi. ??, ??

3?? ??: borders ??: borders ?? ??: bordering ?? ??: bordered ????: bordered

right

English [ra?t] US [ra?t]

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

n.right;???;???,??;???

vt.???; ??;??

vi.(? ?) ??, ??? ??

3?? ??: ?? ??: ?? ?? ??: ?? ?? ??: ?? ?? ??: ??

?????? borderRight ?? ???

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

??: ??Object.style.borderRight=borderWidth borderStyle borderColor

????: borderWidth ??? ??? ?????. borderStyle? ??? ???? ?????. borderColor ??? ??? ?????.

?????? borderRight ?? ?

<html>
<head>
<style type="text/css">
p
{ 
border: thin dotted #FF0000
}
</style>
<script type="text/javascript">
function changeBorder()
{
document.getElementById("p1").style.borderRight="thick solid #0000FF";
}
</script>
</head>
<body>

<input type="button" onclick="changeBorder()"
value="Change right border" />

<p id="p1">This is a paragraph</p>

</body>
</html>

???? ?? ?

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