자바스크립트클리어속성


  번역 결과:

영어 [klə(r)]

adj. 명확하다; 명확하다, 밝다

vi. 멀리, 제거하다(용의자); 명확하게 하다

n. 간격, 공백

3인칭 단수: 지우기 과거 분사: 지우기 비교급: 명확함 최상급: 명확함

자바스크립트클리어속성통사론

기능: 요소 측면에 다른 부동 요소가 허용되는지 여부를 설정합니다.

구문: ​​Object.style.clear=left|right|both|none

자바스크립트클리어속성예

<html>
<head>
	<meta charset="utf-8">
<style type="text/css">
img 
{
float:left;
}
</style>
<script type="text/javascript">
function clearLeft()
{
document.getElementById("p1").style.clear="left";
}
</script>
</head>
<body>

<img src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg"/>

<p id="p1">这是一些文本,这是一些文本,这是一些文本,这是一些文本,这是一些文本</p>

<input type="button" onclick="clearLeft()"
value="Clear left side of text" />

</body>
</html>

인스턴스 실행 »

온라인 인스턴스를 보려면 "인스턴스 실행" 버튼을 클릭하세요

인기 추천

비디오

Q&A