View Full Version : Scrollbar in scrolling boxes & a font color issue


streetlightserenade
11-18-2005, 09:20 PM
I've got a simple (I hope!) question or two.

First off, I want some scrolling boxes to organize my profile. I hate the automatic/default scrollbars though, so I need to know how I can get a colored scrollbar into that scrolling box! I've seen it done, so I know it can be done, but I don't know how I can go about setting it up.

Second, I used a generator to get my font set up right.. but now when I try to edit the color of certain words in my 'About Me' section, it doesn't change because this is what I have;

font, td, a, body, input, textarea, table{color: D87093;font-family:arial;}
body, td, li, p, div, textarea, li, h1, h2, p, br {font-family: arial; font-size: 8pt; color: D87093;}

I know something in that code is keeping the color from changing, so can someone point me to what I need to remove so I can go about changing the colors of certain words in my about me section? ^_^ Help is appreciated, thanks so much.

rissie
11-21-2005, 02:38 AM
You're not getting all of the text with that.

Try this:

body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext {
color: D87093;
font-size: 8pt;
font-family: arial;
font-weight: none;
text-decoration: none;
}

That should cover just about everything.