Wrong URI

This commit is contained in:
Alexander M. Turek
2003-02-15 19:31:07 +00:00
parent 667e097417
commit 622661fcea
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ $Source$
* libraries/common.lib.php3: Don't display edit link for
database-independant queries.
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
* docs.css: Wrong URI.
2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3, server_privileges.php3, lang/*.inc.php3:

View File

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