summaryrefslogtreecommitdiff
path: root/skins/common/sticky.js
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/sticky.js')
-rw-r--r--skins/common/sticky.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/common/sticky.js b/skins/common/sticky.js
index cf248c3e..a4904c03 100644
--- a/skins/common/sticky.js
+++ b/skins/common/sticky.js
@@ -36,7 +36,7 @@ lastY=10;YOffset=0;staticYOffset=10;refreshMS=25;
// emulate css 'position: fixed' in IE5+ Win
// code by aclover@1value.com
fix_elements = new Array();
-
+
function fix_event(){
var i;
for (i=0; i < fix_elements.length; i++){
@@ -95,7 +95,7 @@ lastY=10;YOffset=0;staticYOffset=10;refreshMS=25;
else if(document.all){this.css=document.all[eID].style;}
return this
}
-
+
function checkBrowser(){
this.ver=navigator.appVersion;
this.name=navigator.appName;
@@ -112,13 +112,13 @@ lastY=10;YOffset=0;staticYOffset=10;refreshMS=25;
this.standards=document.getElementById?true:false;
this.dhtml=this.standards||this.ie4||this.ns4;
}
-
+
function showMe(eID){
myFloater=new makeLayerObj(eID)
myFloater.css.visibility="visible";
}
-
+
function hideMe(eID){
myFloater=new makeLayerObj(eID)
myFloater.css.visibility="hidden";
- } \ No newline at end of file
+ }