Potrebujem odsadiť menu od vrchu presne o výšku hadpisu.
Napísal som toto:
Kód:
<script type="text/javascript">
x=document.getElementById('nadpis2').style.height";
document.getElementById('menu').style.top=x+"px";
</script>
Ale height nič nevracia. Dá sa nejako zistiť výška takého prvku?
Ďakujem!