How to change the colors and add scroll bar, Help plz i can't find this code |
How to change the colors and add scroll bar, Help plz i can't find this code |
Aug 24 2004, 06:08 PM
Post
#1
|
|
![]() b r o k e n ON t h e INSIDE ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Jun 2004 Member No: 25,500 |
Ok i have beein looking for a code that adds a sroll bar and changes the color of the background were people write there comments. Does anyone know the code and what I'm talking about??
|
|
|
|
![]() |
Aug 24 2004, 06:09 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
.... Alternate the colors?
Is that what you're trying to say here? Because it helps if you use semiproper English and grammer. ~*edit*~ CODE <!-- begin code provided by createblog.com --> <style type="text/css"> body { background-color: #FFFFFF; scrollbar-arrow-color: #B991C9; scrollbar-track-color: #FFFFFF; scrollbar-shadow-color: #B991C9; scrollbar-face-color: #B991C9; scrollbar-highlight-color: #B991C9; scrollbar-darkshadow-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; } </style> <!-- end code provided by createblog.com --> ~*end edit*~ |
|
|
|
Aug 24 2004, 06:14 PM
Post
#3
|
|
![]() b r o k e n ON t h e INSIDE ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Jun 2004 Member No: 25,500 |
QUOTE(C.Lime.Jello. @ Aug 24 2004, 6:09 PM) .... Alternate the colors? Is that what you're trying to say here? Because it helps if you use semiproper English and grammer. |
|
|
|
Aug 24 2004, 06:16 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
sscroll bar for entries?? if so here:
CODE <!-- begin code provided by createblog.com -->
<textarea rows="10" cols="60" style="color: #000000; font-family: Tahoma; font-size: 10px; border-style: solid; border-width: 1px; border-color: #000000; background-color: #FFFFFF;"> <!-- end code provided by createblog.com --> |
|
|
|
Aug 24 2004, 06:20 PM
Post
#5
|
|
![]() b r o k e n ON t h e INSIDE ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Jun 2004 Member No: 25,500 |
Hey thanks GuYS!
|
|
|
|
![]() ![]() |