![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a page up at http://ataru.gomen.org/test.html with the following style: body { margin: 0px; padding: 0px; height: 100%; width: 100%; } div.left { position: fixed; left: 0px; top: 0px; bottom: 0px; right: auto; width: 141px; height: 100%; margin-top: 0px; margin-left: 0px; } div.top { position: absolute; left: 141px; top: 0px; bottom: auto; right: 0px; height: 75px; } div.content { position: absolute; left: 141px; top: 75px; bottom: 0px; right: 0px; overflow: scroll; } This all looks lovely in Opera, but IE refuses to render the content div in any remotely intelligent way. Am I doing something wrong? If not, is there any way to coerce IE into rendering what Opera renders, short of using some obscene JavaScript hack? |
#3
| |||
| |||
|
|
MSIE does not support 'position:fixed'. |

![]() |
| Thread Tools | |
| Display Modes | |
| |