Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
SCROLLBAR FLASH

 

 


dannyb1022
Enthusiast


Dec 12, 2005, 3:47 AM

Post #1 of 8 (781 views)
Shortcut
SCROLLBAR FLASH Can't Post

Anyone know a code to put in the html to make your scroll bar flash in different colors?

I wanna use for my xanga and msn space


..................
http://insanecombat.com

join today ^.^



mastermalik5
Enthusiast


Dec 12, 2005, 5:00 AM

Post #2 of 8 (774 views)
Shortcut
Re: [dannyb1022] SCROLLBAR FLASH [In reply to] Can't Post

get myspace, its better and easier



Dis is my sig and I hope you like it!
Join TK's forums! http://fgfcheating.jconserv.net,


dannyb1022
Enthusiast


Dec 12, 2005, 5:26 AM

Post #3 of 8 (773 views)
Shortcut
Re: [mastermalik5] SCROLLBAR FLASH [In reply to] Can't Post

already have just wanna make the scrollbar flash

http://spaces.msn.com/members/DudesGoHere

my xanga is tonysminion

i just wanna make the scrollbar flash colors


..................
http://insanecombat.com

join today ^.^


dannyb1022
Enthusiast


Dec 13, 2005, 8:01 AM

Post #4 of 8 (757 views)
Shortcut
Re: [mastermalik5] SCROLLBAR FLASH [In reply to] Can't Post

my bunny?


..................
http://insanecombat.com

join today ^.^


gre dork
Senior Member


Dec 22, 2005, 1:05 PM

Post #5 of 8 (729 views)
Shortcut
Re: [dannyb1022] SCROLLBAR FLASH [In reply to] Can't Post

this is not html, its java progamation. i have it on my web site. tomorrow, ill post the comands hereWink


"Visa is just a credit card company, retard. "

- TazG, on visas.


gre dork
Senior Member


Dec 23, 2005, 2:45 AM

Post #6 of 8 (725 views)
Shortcut
Re: [dannyb1022] SCROLLBAR FLASH [In reply to] Can't Post

these are the comands. good luckTongue put it between <head> and <body>

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<script language=javascript>
/*---------------[IE 5.5 Scrollbars colorer]--------------------*/
function scrollBar(line,face,theme)
{
if (!line||!face)
{
line=null;
face=null;
switch(theme) // Predefined themes
{
case "blue":
var line="#000000";
var face="#EBF5FF";
break;
case "orange":
var line="#78AAFF";
var face="#EBF5FF";
break;
case "red":
var line="#FF7979";
var face="#FFE3DD";
break;
case "green":
var line="#00C600";
var face="#D1EED0";
break;
case "neo":
var line="#000000";
var face="#DEDFE2";
break;
}
}

with(document.body.style)
{
scrollbarDarkShadowColor=line;
scrollbar3dLightColor=line;
scrollbarArrowColor="black";
scrollbarBaseColor=face;
scrollbarFaceColor=face;
scrollbarHighlightColor=face;
scrollbarShadowColor=face;
scrollbarTrackColor="#999999";
}
}

/*------------------[Pointer coordinates catcher]---------------*/
function colorBar(){
var w = document.body.clientWidth;
var h = document.body.clientHeight;
var x = event.clientX;
var y = event.clientY;
if(x>w) scrollBar('#000000','#B4B3B3'); // Your colors
else scrollBar(null,null,"neo"); // A predefined theme
}

if (document.all){
scrollBar(null,null,"neo");
document.onmousemove=colorBar;
}
//-->
</script>

<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

</body>

</html>


"Visa is just a credit card company, retard. "

- TazG, on visas.


dannyb1022
Enthusiast


Dec 29, 2005, 3:25 AM

Post #7 of 8 (702 views)
Shortcut
Re: [gre dork] SCROLLBAR FLASH [In reply to] Can't Post

thx :) maybe ill try it on my main web site do you think it will work?


..................
http://insanecombat.com

join today ^.^


gre dork
Senior Member


Dec 29, 2005, 8:20 AM

Post #8 of 8 (698 views)
Shortcut
Re: [dannyb1022] SCROLLBAR FLASH [In reply to] Can't Post

if you put it in the right place it will:

<html>

<head>

"put the commands"

<body......etc>


"Visa is just a credit card company, retard. "

- TazG, on visas.

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.13 s on (CGI/1.1)