Text dynamisch ändern mit DHTML
http://www.wbrnet.info/vbhtm/9266_Text_dynamisch_aendern.html
Sourcecode:
</head>
<style>
.redBigText { color: red; font-size: 14pt; line-height: 18px; }
.NormalText { color: green; font-size: 12pt; line-height: 18px; }
</style>
</head>
<body>
<h1 id="H1Test" class="Normaltext" onmouseover="DoRed()" onmouseout="DoNormal()">
Bewegen Sie die Maus über diesen Text...
</h1>



