Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Client Side Scripting
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 09-25-2005, 03:43 PM
  #1
snapper
Adept (Level 5)
 
Join Date: Sep 2005
Location: At the seaside!
Posts: 45
iTrader: (0)
snapper is an unknown quantity at this point
'Dropping' text in

I have searched loads of sites but can't find the java (I assume) for a text effect I have seen (yes I know, I should have remembered the site!). The effect is essentially a list of items which all 'scroll' in from the bottom of a frame, one after the other, to a fixed position in the top right hand of the frame (and then stop, i.e don't need a scrolling menu). Any ideas?
snapper is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-25-2005, 04:46 PM
  #2
birdbrain
Paladin (Level 15)
 
Join Date: Sep 2005
Location: I have a bijou perch
Posts: 314
iTrader: (0)
birdbrain is an unknown quantity at this point
Hi snapper,

try this simple example...
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>XHTML 1.0 Transitional</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta name="Content-Script-Type" content="text/javascript"/>
<meta name="Content-Style-Type" content="text/css"/>
<style type="text/css">
/*<![CDATA[*/
body {
     color:#000;
     background-color:#eef;
}
#container { 
     position:absolute;
     top:10px;
     left:10px;
     width:200px;
     height:212px;
     border:3px double #000;
     background-color:#fff;
     font-family:verdana,arial,helvetica,sans-serif;
     font-size:16px;
     color:#000;
     overflow:hidden;
}
#contents {
     top:216px;
     left:0px;
     width:200px;
     height:212px;
     color:#000;
     background-color:#fff;
 }
#contents ul {
     margin-top:0px;
     color:#000;
     background-color:#fff;
 }
#contents a:link,#contents a:visited{
     color:#000;
     background-color:#fff;
 }
#contents a:hover {
     color:#f00;
     background-color:#fff;
 }
/*//]]>*/
</style>

<script type="text/javascript">
//<![CDATA[
  var i=216;
  var speed=20;
function scrollText() {
     document.getElementById('contents').style.position='absolute';
     document.getElementById('contents').style.top=i+'px';
  if(i>=20) {
     i--;
  setTimeout('scrollText()',speed);
  }
 }
//]]>
</script>

</head>
<body onload="scrollText()">

<div id="container">
<div id="contents">
<ul>
<li><a href="#">item one</a></li>
<li><a href="#">item two</a></li>
<li><a href="#">item three</a></li>
<li><a href="#">item four</a></li>
<li><a href="#">item five</a></li>
<li><a href="#">item six</a></li>
<li><a href="#">item seven</a></li>
<li><a href="#">item eight</a></li>
<li><a href="#">item nine</a></li>
<li><a href="#">item ten</a></li>
</ul>

</div>
</div>

</body>
</html>
birdbrain is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2005, 09:13 AM
  #3
snapper
Adept (Level 5)
 
Join Date: Sep 2005
Location: At the seaside!
Posts: 45
iTrader: (0)
snapper is an unknown quantity at this point
Thanks - just what I was after!
snapper is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-26-2005, 09:39 AM
  #4
birdbrain
Paladin (Level 15)
 
Join Date: Sep 2005
Location: I have a bijou perch
Posts: 314
iTrader: (0)
birdbrain is an unknown quantity at this point
You're welcome.
birdbrain is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 08:41 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.