Web Developer's Room
HOME > DHTML サンプル集 > 基本編     

基本編

スタイル属性を表示する

<html>
<body>

<span style="font-size:10pt; color:red" onclick="alert(this.style.cssText)">→クリック1</span><br>
<span style="font-size:12pt; color:blue" onclick="alert(this.style.cssText)">→クリック2</span><br>
<span style="font-size:13pt; color:black" onclick="alert(this.style.cssText)">→クリック3</span><br>

</body>
</html>

 サンプル




スポンサードリンク


(C) Web Developer's Room All rights reserved.