From ea2eab4751dab87ec4e20ae80847a4495e86472e Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 10 Jul 2003 15:15:20 +0000 Subject: [PATCH] updated to use new positioning include --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index 378ebc4..39b50ac 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -121,21 +121,21 @@ SELECT { #divUp { position:absolute; - left: scroll["upArrowLeft"] ?>px; - top: scroll["upArrowTop"] ?>px;} + left: upArrowLeft ?>px; + top: upArrowTop ?>px;} #divDown { position:absolute; - left: scroll["downArrowLeft"] ?>px; - top: scroll["downArrowTop"] ?>px;} + left: downArrowLeft ?>px; + top: downArrowTop ?>px;} #divScrollTextCont { position:absolute; - left: scroll["textBoxLeft"] ?>px; - top: scroll["textBoxTop"] ?>px; - width: scroll["textBoxWidth"] ?>px; - height: scroll["textBoxHeight"] ?>px; - clip:rect(0px scroll["textBoxWidth"] ?>px scroll["textBoxHeight"] ?>px 0px); + left: textBoxLeft ?>px; + top: textBoxTop ?>px; + width: textBoxWidth ?>px; + height: textBoxHeight ?>px; + clip:rect(0px textBoxWidth ?>px textBoxHeight ?>px 0px); overflow:hidden; visibility:hidden; } -- libgit2 0.21.4