スタイル属性を一括で変更する

サンプルソース

<input type="button" value="クリック1" onclick="document.all.span1.style.cssText='font-size:20pt; color:blue; font-weight:bold'">
<input type="button" value="クリック2" onclick="document.all.span1.style.cssText=''">

<span id="span1">テキスト1</span>


サンプル

関連する内容






Copyright (C) JavaScript@Workshop All rights reserved.