Color scrollbar

I

ID10Terror

Hi:

I have a bit of a problem with my verticle scrollbar. I have some code that
colors it just the way I like it thru a css file. Everything works
wonderfully. I recently added a textarea on my page and the scrollbar on
that textarea now has the same colors as the main page scrollbar. My
problem is that I want that textarea to have the colors of the "normal"
colored scrollbar. Does anyone know what the colors are to the standard
scrollbar when not modified thru css? Light blue or something. Can anyone
help me please.



TIA
 
C

clintonG

Declare a style for the textarea element in your CSS file. You should do
some more reading and try to get an understanding what CASCADING actually
means. I know it can be confusing. Especially when it comes to what is
called specificity.
 
Top