L
lancebryanthps
Hmm, Ive been googling and I cant seem to find a page that fixes my
problem nor does any page truely mention an issue with IE regarding
using the following code:
<code>
var contentPane = document.getElementById("myScrollContent");
alert(contentPane.offsetHeight);
</code>
The exact issue is that IE has this value at 0, and firefox has this
at 731 something pixels.
I have tried the following:
1) Tried forcing a   inside the myScrollContent Div.
2) Tried forcing a strict document standard type (i didnt' think this
one would work..)
3) Also tried forcing the display:block; display:inline; styles in the
style sheet but this also did not work...
check out http://hps.myvnc.com/alloy/index.php?page=desert..
Much appreciated for your time to read this, and if you can help
please do
problem nor does any page truely mention an issue with IE regarding
using the following code:
<code>
var contentPane = document.getElementById("myScrollContent");
alert(contentPane.offsetHeight);
</code>
The exact issue is that IE has this value at 0, and firefox has this
at 731 something pixels.
I have tried the following:
1) Tried forcing a   inside the myScrollContent Div.
2) Tried forcing a strict document standard type (i didnt' think this
one would work..)
3) Also tried forcing the display:block; display:inline; styles in the
style sheet but this also did not work...
check out http://hps.myvnc.com/alloy/index.php?page=desert..
Much appreciated for your time to read this, and if you can help
please do