Buenas!
Necesito calcular la altura de una capa con su id, estoy intentando lo siguiente pero no me muestra ningún resultado, alguien sabe como se puede obtener??
instruccion js:
document.getElementById('gale1').style.height
html:
<div id="gale1" >
<table cellpadding="0" cellspacing="0">
<tr>
<td class="galeimg"><a href="#" onFocus="blur()" class="texto6" target="_blank">Visa Golf Card</a></td>
</tr>
</table>
</div>
css:
#gale1 {
padding-right:12px;
line-height: 17px;
height: auto;
position:absolute;
width:150px;
z-index:1
}
Muchas gracias!!!