Comments help.... |
![]() ![]() |
Comments help.... |
Aug 4 2006, 12:35 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jun 2006 Member No: 424,919 |
hey i wanted to make my comments scrollable using this:
http://www.createblog.com/scripts/download.php?id=91 is there a way to change the colors of the scrollbar to make it look like the one on the link above...mine r just the ugly default colors... also if u have ne tips on just makin the comments scrollable? i have them right now but its through http://www.r4wr.com/friends/ nd i dont want the friends to scroll...but i want the scroll to look like the one in the createblog link ive been workin on this for a while so any help would be great thanks... |
|
|
|
Aug 4 2006, 12:45 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
If you use firefox, no scrollbar colors stay the default color. But if you have IE and you edit the overall scrollbar colors then they will change to that. To do that edit the following code and place in about me.
CODE <style type="text/css"> scrollbar-arrow-color:######; scrollbar-track-color: ######; scrollbar-shadow-color: ######; scrollbar-face-color:######; scrollbar-highlight-color:######; scrollbar-darkshadow-color:######; scrollbar-3dlight-color:######;} </style> Replace ###### with the color. To make comments scrollable w/out your custom friends list. Put this code after your custom friends list code. It should be the last code in I'd like to meet. (this one should be): http://www.createblog.com/scripts/download.php?id=262 |
|
|
|
![]() ![]() |