#### Add colored scrollbar HACK, #### by C.v. Marle (C.A.vanMarle@inter.NL.net) #### This hack creates a colored scrollbar # All the edits are done in setmembers.cgi # BACK-UP all your files before editing!!! # Don't blame me if your board's messed up [template.dat] >> Some lines above: >> Add this: BorderStuff # That's it for template.dat [ikon.lib] >> After this: ### Keep this program free, and leave that code intact. >> Add: $borderstuff = qq~ ~; >> Change: foreach my $line (@templatedata) { $line =~ s/\$page_title/$title/sg; $line =~ s/\$ikonboard_main/$output\n\n$copyright\n/sg; print $line; } >> To: foreach my $line (@templatedata) { $line =~ s/\$page_title/$title/sg; $line =~ s/BorderStuff/$borderstuff/isg; $line =~ s/\$ikonboard_main/$output\n\n$copyright\n/sg; print $line; } # That's it for ikon.lib [setstyles.cgi] >> After this: Post FONT color two >> Add:
Colors for the Scrollbar

Specify the colors of the scrollbar scrollbar-3d-light-color: scrollbar-arrow-color: scrollbar-base-color: scrollbar-dark-shadow-color: scrollbar-face-color: scrollbar-highlight-color: scrollbar-shadow-color: # That's it... Go to your admincenter, set styles and choose the colors for you scrollbar # Mzzl, Chris # P.S. if you find any bugs/errors please send me an e-mail