In the script part of the page, I have a function that figures out the screen height and assigns it to a variable - myHeight (it's really screen height * .90).
In the body of the page, I have a div with some properties, one being height. height:90% isn't working in IE8, so that's why I'm using that function to calculate screen height in pixels and then I want to plug that variable in to the height property of the div.
I also created a strHeight which is myHeight+"px". When I alertbox it, it shows up looking right. Like "810px".
So, when I set the div property as height:'strHeight', the page breaks.
Here's the page. Has a ton of javascript in it - http://gisnet2.cstx.gov/gisweb/base/base.htm
And here's the div line. -
Major thanks for any help you can provide!