 Zhen-XjellProlific BunnyPremium,VIP,ExMod 2001-04 join:2000-10-08 Bordentown, NJ | Proxomitron and Scrolling Toolbar Colors HTML Color Names CSS Color Names
Name = "Scrolling Toolbar 1 - IE"
The default.cfg file I attached in Security contains this filter, and Toolbar 2 for Netscape. Toolbar 1 has some css code which contains the colors for the text in the menu.
If you want to change the colors you can visit the CSS link at the top of this post for color names to use. If a color doesn't work, try another.
For example, here is a line of code:
#divMenu a:hover{color:white;}
You'll want to change the "white" to another color, but leave everything else alone.
Another line of code:
div id="divMenu" style="position:absolute; top:5; left:30; width:1; visibility:hidden; background-color:F0F0F0"
Contains the color "F0F0F0", again you can use the CSS color codes from the link given up top.
The same concept applies to the second toolbar. This same concept also applies to all the CSS files in the Proxomitron folders, like "viewsrc.css" in /HTML. |