Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [zerohour] colored scrollbars

Quote Reply
Re: [zerohour] colored scrollbars In reply to
I tried adding the colored scrollbars used on this forum:

Code:
<style type="text/css" media="screen"> <!--
body { scrollbar-base-color: #404040; scrollbar-arrow-color: #00ff33; }
a.menu:link,a.menu:visited { font-size:11; color:black; text-decoration:none; font-face:'Verdana,Helvetica,Arial'; font-weight:600; }
a.menu:hover { font-size:11; color:#256A19; text-decoration:underline; font-face:'Verdana,Helvetica,Arial'; font-weight:600; }
.submit { background-color:#7a9f54; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:white; font-weight:bold; }
.button { background-color:#c5e1a3; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
a:link { color:#003366; text-decoration:none; font-face:'Verdana,Helvetica,Arial,sans-serif'; }
a:visited { color:#333366; text-decoration:none; font-face:'Verdana,Helvetica,Arial,sans-serif'; }
a:hover { color:#3366cc; text-decoration:underline; font-face:'Verdana,Helvetica,Arial,sans-serif'; }
--> </style>

I added the above code before the </head> statement on my home.html template and header.txt (it may be include_header.html on the default). It looks like it works.

Sean
Subject Author Views Date
Thread colored scrollbars zerohour 2132 Jun 15, 2002, 1:24 PM
Thread Re: [zerohour] colored scrollbars
Paul 2058 Jun 15, 2002, 1:48 PM
Post Re: [Paul] colored scrollbars
zerohour 2041 Jun 15, 2002, 1:51 PM
Thread Re: [zerohour] colored scrollbars
SeanP 2053 Jun 15, 2002, 3:43 PM
Post Re: [SeanP] colored scrollbars
zerohour 2039 Jun 15, 2002, 4:28 PM