IDTstudios1
Programmer
the followign script works just fine in IE but doesn't do squat in FF:
<script language="javascript">
<!--
function changeDivHeight() {
var h =document.getElementById('main').style.height;
document.getElementById('sidebar').style.height = h + 200;
}
onload = changeDivHeight;
-->
</script>
I have been pulling my hair out over this. Any help would be great.
Thanks
<script language="javascript">
<!--
function changeDivHeight() {
var h =document.getElementById('main').style.height;
document.getElementById('sidebar').style.height = h + 200;
}
onload = changeDivHeight;
-->
</script>
I have been pulling my hair out over this. Any help would be great.
Thanks