Forum index / Photoshop, Editing & Design / scroll bars

scroll bars

6 posts · page 1 of 1

post #1
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??
post #2
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
post #3
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;}
post #4
01 July 2005, 13:04 UTC#4
thats not java ??
post #5
01 July 2005, 13:11 UTC#5
drac.com

plenty of javascript stuff there for scroll bars etc man biggrin.gif

I believe that is javascript made
post #6
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. biggrin.gif

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