fixed url

This commit is contained in:
Michal Čihař
2003-02-16 21:20:08 +00:00
parent c0917e9c50
commit 5bb2bc424a

View File

@@ -36,7 +36,7 @@ div.header {
top: 0px; top: 0px;
position: fixed; position: fixed;
/* following MSIE hack was originally written by Riki Fridrich /* following MSIE hack was originally written by Riki Fridrich
* <http://www.fczbkk.sk> */ * <http://www.fczbkk.com> */
position: expression("absolute"); position: expression("absolute");
width: expression(document.body.clientWidth); width: expression(document.body.clientWidth);
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);