01 July 2005, 12:52 UTC#1
does eny one no how to change the scroll bars colour on a web site using microsoft front page??
01 July 2005, 12:54 UTC#2
css man .. search around for it
only works in ie though not ff
coz ie except shitty scripts
01 July 2005, 13:01 UTC#3
you can also use java code. or say you add the below html script, then change the colours hex codes. it also gives you the option to change font and size. it is simple to use and very easy to understand. if you use this and need further help PM me.
CODE
BODY {font-family: verdana; font-size:8pt;text-decoration:none;scrollbar-base-color: navy; scrollbar-face-color: #EBF7FF; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #c0c0c0; scrollbar-arrow-color: #000000;}
01 July 2005, 13:04 UTC#4
thats not java ??
01 July 2005, 13:11 UTC#5
drac.complenty of javascript stuff there for scroll bars etc man

I believe that is javascript made
01 July 2005, 13:13 UTC#6
QUOTE(MADE @ Jul 1 2005, 02:01 PM)
you can also use java code. or say you add the below html script, then change the colours hex codes. it also gives you the option to change font and size. it is simple to use and very easy to understand. if you use this and need further help PM me.
CODE
BODY {font-family: verdana; font-size:8pt;text-decoration:none;scrollbar-base-color: navy; scrollbar-face-color: #EBF7FF; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #c0c0c0; scrollbar-arrow-color: #000000;}
[right][snapback]112569[/snapback][/right]
QUOTE(Tomm @ Jul 1 2005, 02:04 PM)
thats not java ??
[right][snapback]112571[/snapback][/right]
no I meant you can use javacode. not that that is javacode. I put that a bit wrong looking at it now. that is just normal script.

anyway problem solved, if you need anything else PM me...