Wolke: style per JS verändern

Beitrag lesen

versuche es mit fontSize!
;)

Nicht ganz,
forumlar muss auch weg.

<form name="formular">
 <div id="ueberschrift" name="ueberschrift" style="font-size:16px">
  Ueberschrift
 </div>
</form>
<script type="text/javascript">
 document.getElementById("ueberschrift").style.fontSize = "56px";
</script>