Ответы на вопрос — 2
Допиленное решение:
#fixed-block {
position: fixed;
right: 2em;
top: 100px;
background: wheat;
padding: 1.5em 1.5em 1.5em 3em;
width: 15em;
}
* html { background: fixed url('about:blank'); }
* html #fixed-block {
position: absolute;
top: expression(eval(document.documentElement.scrollTop) + 100 + 'px');
}
- не работает в ie5, ie5.5 (ну и не нужно)