?? [?o?v?r?flo?]

vt.& vi. ??, ??, ??, ??, ??; ,overflow

adj. Overflow, full out

3?? ??: Overflows ?? ??: Overflow ?? ??: Overflown

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

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

??: ??Object.style.overflow=visible|hidden|scroll|auto

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

<html>
<head>
	<meta charset="utf-8">
<style type="text/css">
div
{
border:thin solid green;
width:100px;
height:100px;
}
</style>
<script type="text/javascript">
function hideOverflow()
{
document.getElementById("div1").style.overflow="hidden";
}
</script>
</head>
<body>

<div id="div1">
這是一些文本,這是一些文本,這是一些文本,這是一些文本
</div>
<br />
<input type="button" onclick="hideOverflow()"
value="Hide overflow" />

</body>
</html>

???? ?? ?

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