codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Help me !!  raven80 at 04:46 on Wednesday, May 04, 2005
 

someone can help me? I need a javascript code that appear a floating banner at the bottom left corner of the browser.
please help me as soon as possible.My email is raven6580@yahoo.com

Thankz a lot.

  Re: Help me !!  raven80 at 04:54 on Wednesday, May 04, 2005
 

I have a code that I searched in Internet but the image is in top right corner. Can u help me move this image to left bottom corner.
This is the code:

<script type="text/javascript" language="JavaScript">
<!--
var Type = 'Z';
function StartFloat() {
if(document.all) {
document.all.AdFloater.style.pixelLeft = document.body.clientWidth - document.all.AdFloater.offsetWidth;
document.all.AdFloater.style.visibility = 'visible';
Type = 'A';
}
else if(document.layers) {
document.AdFloater.left = window.innerWidth - document.AdFloater.clip.width - 16;
document.AdFloater.visibility = 'show';
Type = 'B';
}
else if(document.getElementById) {
document.getElementById('AdFloater').style.left = (window.innerWidth - 35) + 'px';
document.getElementById('AdFloater').style.visibility = 'visible';
Type = 'C';
}
if (document.all) { window.onscroll = Float; }
else { setInterval('Float()', 100); }
}
function Float() {
if (Type == 'A') { document.all.AdFloater.style.pixelTop = document.body.scrollTop; }
else if (Type == 'B') { document.AdFloater.top = window.pageYOffset; }
else if (Type == 'C') { document.getElementById('AdFloater').style.top = window.pageYOffset + 'px'; }
}
//-->
</script>

Please help me. Thanks a lot for your helping.
raven6580@yahoo.com








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  How to search for string received from client
•  How to search for string received from client
•  CheckBox`s Validation Thru Database...!
•  Re: Deleting from database (ms. Access)
•  APIs to convert file format
•  onreadystatechange help
•  Re: Help me !!
•  Re: The .Net Data SQL Provider (System.Data.SqlClient) requires Microsoft Data Access Components(MDAC) version 2.6 or later.
•  Re: What won`t this work?


Recent Articles
Communicating with the Database (Using ADO)
MagicGrid
Simple Thumbnail Browsing Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005