i have another problem, this time with scrollbars. scrollbars for the sections was not discussed in your thread, but i hope you have the answer anyway.
ok, this is my problem: I try using the scrollbar code that i used with my about and friends section, but when i use it in my comments section, it does not work. the text of the comments and the commenting avatars will not scroll, although the comment boxes will scroll. is there a special code for scrollbars for the comments section? i know a lot of people have this problem, but nobody seems to be answering.
here is the code i am using:
#about, #friends, #comments { height:300px; overflow:auto; overflow-x:auto;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffddff;
scrollbar-face-color: #ff1166;
scrollbar-highlight-color: #ffccee;
scrollbar-3dlight-color: #ffccee;
scrollbar-darkshadow-color: #ff1166;
scrollbar-shadow-color:#ffccee; }
thank you!