Thread Content is Compilation os Tweaking Shoutout
Credid : [b]Javascript Collector, Javascript Internet, DynamicDrive[/b]
[b]Rolling Shoutout[/b]
Preview: [url]http://h1.ripway.com/dekha/linkers/shoutout.html[/url]
code:
[spoiler]
<html>
<body>
<style type="text/css">
body{
background-color : [b]#ff0000[/b]
}
</style>
<script>
/*
Roller Coaster Script-
By Website Abstraction
Over 200+ free scripts here!
*/
var fs=1
var direction="right"
function rollertext(whichone){
var thetext=whichone
for (i=0;i<thetext.length;i++){
document.write(thetext.charAt(i).fontsize(fs))
if (fs<7&&direction=="right")
fs++
else if (fs==7){
direction="left"
fs--
}
else if (fs==1){
direction="right"
fs++
}
else if (fs>1&&direction=="left")
fs--
}
}
//Change below text to your won
rollertext("[b]The Shoutout[/b]")
</script>
</body>
</html>
[/spoiler]
[b]Uphill Shoutout[/b]
Preview : [url]http://h1.ripway.com/dekha/linkers/shoutout2.html[/url]
code:
[spoiler]
<html>
<body>
<style type="text/css">
body{
background-color :[b] #ff0000[/b]
}
</style>
<script>
/*
Uphill Text effect
By Website Abstraction (
http://wsabstract.com)
Over 400+ free scripts here!
*/
function uphilltext(text){
var temptext=text.toUpperCase()
var size=1
//go through the text, letter by letter
for (i=0;i<temptext.length;i++){
document.write(temptext.charAt(i).fontsize(size).bold())
if (size<7)
size++
else
size=1
}
}
</script>
<script>
uphilltext("[b]The Shoutout[/b]")
</script>
</body>
</html>
[/spoiler]
[b]Waving Shoutout[/b]
Preview : [url]http://h1.ripway.com/dekha/linkers/shoutout3.html[/url]
code:
<">
[b]L.E.D Panel Shoutout[/b]
Preview : [url]http://h1.ripway.com/dekha/linkers/shoutout4.html[/url]
code:
<">
[b]Neon Lights Shoutout (Credit To Ebeng)[/b]
Preview : [url]http://h1.ripway.com/dekha/linkers/shoutout5.html[/url]
code:
[spoiler]
<html>
<body>
<script>/*
Neon Lights Text
By JavaScript Kit (
http://javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit
http://www.dynamicdrive.com
*/
var message="[b]The Shoutout[/b]"
var neonbasecolor="[b]red[/b]"
var neontextcolor="[b]black[/b]"
var flashspeed=100 //in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font size="5" color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>
</body>
</html>
[/spoiler]
[quote]Just Edit The [b]Bold[/b] From All Code Above
choose one shoutout you want, and paste into html extension[/quote]
Then paste this on your JS
[quote]var shoutoutdekhz = "<iframe id=\"tickermain\" src=\"[b]URL HTML[/b]\" width=\"100%\" height=\"75px\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\"></iframe>";
document.getElementById('cpShoutoutBox').style.height='75px';
document.getElementById('cpShoutoutBox').style.overflowY='hidden';
document.getElementById('cpShoutoutBox').innerHTML = "<table width='100%'><tr><td align='center'>"+shoutoutdekhz+"</td></tr></table>";[/quote]
URL HTMLnya Kalian masukkin URL ekstensi html yg udah kalian save tadi..
Live Preview : [url=profiles.friendster.com/58642698]Here[/url]
I Use L.E.D Panel
Ok , That's All Now...