min
abbr.minuto(????? ?? ????) ?
n. ??, ?????;
??: ??? ?? ??? ?????. ??: ??Object.style.minHeight=length|% ??? ????? ??? "???? ??" ??? ??????????? minHeight ?? ???
?????? minHeight ?? ?
<html>
<head>
<meta charset="utf-8">
<script type="text/javascript">
function setMinHeight()
{
document.getElementById("p1").style.minHeight="200px";
}
</script>
</head>
<body>
<p id="p1">這是一些文本,這是一些文本,這是一些文本,這是一些文本</p>
<input type="button" onclick="setMinHeight()" value="Set min height" />
</body>
</html>
???? ?? ?