You can Scroll Your Text with a Specific Color. Here I Give You a JavaScript Code which Able You to do it. Copy the Below Code and Paste it where You want the Scroller to Appear On Your Page.
Code Editable Option:
** Red Code = Change Your Possition.
<div style="position:relative;left:0px;top:0px">
** Lime Code = Change Font(family,Size) & Highlight Color
<span id="highlighter" style="position:absolute;left:0;top:0;font-size:18px;font-family:Verdana;background-color:yellow;clip:rect(0px 0px auto 0px)"></span>
<div style="position:relative;left:0px;top:0px">
** Lime Code = Change Font(family,Size) & Highlight Color
<span id="highlighter" style="position:absolute;left:0;top:0;font-size:18px;font-family:Verdana;background-color:yellow;clip:rect(0px 0px auto 0px)"></span>
*** Blue Code = Write Your Content and Link
tickercontents[0]='Looking for free Java applets and resources? Visit Freewarejava.com!'
tickercontents[1]='Hop on over to Coding Forums to get help on web coding!'
tickercontents[2]='This scroller\'s brought to you by JavaScript Kit'
tickercontents[1]='Hop on over to Coding Forums to get help on web coding!'
tickercontents[2]='This scroller\'s brought to you by JavaScript Kit'
JavaScript :-
0 comments:
Post a Comment