diff --git a/htroot/Blacklist_p.html b/htroot/Blacklist_p.html index 0b4317920..1130b4e1c 100644 --- a/htroot/Blacklist_p.html +++ b/htroot/Blacklist_p.html @@ -76,11 +76,11 @@
diff --git a/htroot/env/base.css b/htroot/env/base.css index 790715ef6..e015635cd 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -830,7 +830,7 @@ ul.folder li.treeMenu_closed ul { /* API */ div#api { - position:fixed; + position:absolute; top:20px; right:20px; z-index: 100; diff --git a/htroot/env/ie6.css b/htroot/env/ie6.css index 724e07c93..4ec0c01a8 100644 --- a/htroot/env/ie6.css +++ b/htroot/env/ie6.css @@ -1,6 +1,6 @@ /* Fixes for IE 6 and lower */ -/* API icon - IE6 does not support position:fixed */ +/* API icon - IE6 does not support position:fixed div#api { position:absolute; -} \ No newline at end of file +} */ \ No newline at end of file