OK. I got it to work...kinda....
When I open my index.cfm file the <div contents appear at the bottom/right
corner. If I scroll down the page the text does not float. It just stays at
the depth of the initial page load?
Whats wrong?
function setVariables() {
if (navigator.appName == "Netscape") {
v=".bottom=";
dS="document.";
sD="";
y="window.pageYOffset";
}
else {
v=".pixelBottom=";
dS="";
sD=".style";
y="document.body.scrollBottom";
}
}
function checkLocation() {
object="object1";
yy=eval(y);
eval(dS+object+sD+v+yy);
setTimeout("checkLocation()",10);
}
<body onLoad="setVariables();checkLocation()" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">
<div id="object1" style="position:absolute; visibility:show; right:0px;
bottom:0px; z-index:2">
[F] [B] [H]
</div>
+-----------------------------------------------------------------------------------+
Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+------------------------------------------------------------------------------------+
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org