JUNILSTYLE NEW-FORUM COMMUNITIY
You'll need to login in order to fully use all
the featured and view all the sectionsof this site.

Please register if you're not yet a member.

JUNILSTYLE NEW-FORUM COMMUNITIY
You'll need to login in order to fully use all
the featured and view all the sectionsof this site.

Please register if you're not yet a member.

JUNILSTYLE NEW-FORUM COMMUNITIY
Would you like to react to this message? Create an account in a few clicks or log in to continue.
JUNILSTYLE NEW-FORUM COMMUNITIY


 
HomeHome  GalleryGallery  Latest imagesLatest images  RegisterRegister  Log inLog in  PortalPortal  
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Three Six Mafia Neighborhood Hoe Instrumental
Status Bar Pull Together Icon_minitimeWed Feb 19, 2014 6:41 am by gilaifeele

» Glass House The Good Mother
Status Bar Pull Together Icon_minitimeSun Feb 16, 2014 12:51 am by gilaifeele

» Hanna In A Choppa 2 Revenge Of The Button
Status Bar Pull Together Icon_minitimeWed Jul 10, 2013 2:03 pm by Admin

» FFSNG TWEAKING
Status Bar Pull Together Icon_minitimeSun Apr 22, 2012 12:12 pm by Admin

» NEW TIPS (Rename Facebook Those already limit)
Status Bar Pull Together Icon_minitimeThu Sep 08, 2011 8:06 am by Admin

» Change nick name facebook
Status Bar Pull Together Icon_minitimeThu Sep 08, 2011 7:58 am by Admin

» Quote with emoji and Symbol's
Status Bar Pull Together Icon_minitimeSat Aug 27, 2011 12:28 pm by Admin

» Want Your status in your favorite friend with one click
Status Bar Pull Together Icon_minitimeSat Aug 27, 2011 12:19 pm by Admin

» FBML W/ DESIGN XD
Status Bar Pull Together Icon_minitimeSat Aug 20, 2011 8:13 am by linuj

Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search
Forum
::Affiliates::
::RADIO STATION::

::LIKE US::


::Flag Counter::
free counters



Share | 
 

 Status Bar Pull Together

View previous topic View next topic Go down 
AuthorMessage
Admin
Admin
Admin

Posts : 44
Points : 129
Reputation : 0
Join date : 2011-05-16
Age : 33
Location : Philppines

Status Bar Pull Together Empty
PostSubject: Status Bar Pull Together   Status Bar Pull Together Icon_minitimeWed Jun 01, 2011 8:39 am

Very simple status bar scroller that pulls your messages together. Looks great and is very functional. Add as many messages as you like. May not work in newer browser, especially ie 7.0

Crossbrowser. Easy 20-seconds-configuration. Made for non-programmers. See the scroller in action at the bottom of your screen. Doesn't seem to work with the new IE 7 browsers.

STEP 1

Copy and paste the Status Bar Scroller Script that's in the text box below, into the <head> of your html source.

Installation; Configure your messages and scroller speed at the beginning of the script. Do not remove the credits as this is a violation of copyright information.

Code:
</script>
<script language=javaScript> <!-- Beginning of JavaScript - // CREDITS
MUST REMAIN: // Simple pull-scroller by Urs Dudli and Peter Gehrig. Distributed
by http://www.hypergurl.com // Copyright (c) 2000 Peter Gehrig and Urs Dudli.
All rights reserved. // Permission given to use the script provided that this
notice remains as is. // Additional scripts can be found at http://www.hypergurl.com.
// CONFIGURATION: // Add your messages here. You may add as many messages as you
like. var message = new Array() message[0]="Another great javascript."
message[1]="From the Hypergurl resource." message[2]="Enjoy and
have fun!" // Configure the speed of the message. A lower value means higher
speed. var pause=20 // Configure the standstill-time between the messages (milliseconds).
var standstill=2000 // Configure the maximum space between the letters. var max_space=30
// Do not edit the variables below var space=" " var i_substring=0 var
i_message=0 var i_space=max_space var all_space=" " var content=""
function reducespace() { all_space=" " for (i=0;i<i_space;i++) {
all_space+=" " } for (i=0;i<message[i_message].length-1;i++) { var
thisletter=message[i_message].substring(i,i+1) thisletter=thisletter+all_space
content+=thisletter } showmessage() } function showmessage() { window.status=content
i_space-- if (i_space>=0) { content="" var timer=setTimeout("reducespace()",
pause) } else { clearTimeout(timer) i_space=max_space var timer=setTimeout("changemessage()",
standstill) } } function changemessage() { i_message++ if (i_message>message.length-1)
{ i_message=0 } reducespace() } // - End of JavaScript - --> </script>

STEP 2

Place this code directly into the <body> tag of your html.
onLoad="reducespace()"

Your body tag should look something like this
<body bgcolor="#ffffff" onLoad="reducespace()">
Back to top Go down
https://junilstyle.forumotion.com
 

Status Bar Pull Together

View previous topic View next topic Back to top 

 Similar topics

-
» my current status in fb ?
» Your Current Status in Facebook
»  Facebook Status update tag button
» FBML W/ DESIGN XD
» Want Your status in your favorite friend with one click
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
JUNILSTYLE NEW-FORUM COMMUNITIY :: Discussion Lounge :: Tutorial's :: JavaScript Codes-
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com
POWERED BY : JUNILSTYLE