I want the layer "scene" to be streched from top:80px to bottom:250px. With firefox, this code takes care of that, no problem:
IE, of course, doesn't have a clue, and simply places the, thick-like-a-line-of-text layer 80px from the top. I've tried different kinds of JavaScript sollutions, but they don't seem to do anything. How can I make IE understand me?
Code:
#scene {
top: 80px;
bottom: 250px;
width: 100%;
left: 0px;
position: absolute;
}
IE, of course, doesn't have a clue, and simply places the, thick-like-a-line-of-text layer 80px from the top. I've tried different kinds of JavaScript sollutions, but they don't seem to do anything. How can I make IE understand me?