comments |
![]() ![]() |
comments |
Mar 23 2006, 05:54 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 322,376 |
could someone be kind enough to tell me how to make comments move along with a transparent scroll bar in it.
i tried the code but got lost along the way, maybe i need to remove to hide comments code? not too sure |
|
|
|
Mar 23 2006, 06:04 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Uh..yeah. You need to remove the previous code to get the new code to work.
And here..try this for transparent scrollbars: http://www.createblog.com/scripts/download.php?id=200 |
|
|
|
Mar 23 2006, 07:49 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 322,376 |
okay so i remove the hide friends & comments and replace it with just hide friends
then..do i put the transparent scrollbar code and where it says "WRITETEXTHERE" put the code for the comments? as in : CODE <style type="text/css">
body { scrollbar-arrow-color:FFFFFF; scrollbar-track-color:FFFFFF; scrollbar-shadow-color:FFFFFF; scrollbar-face-color:FFFFFF; scrollbar-highlight-color:FFFFFF; scrollbar-darkshadow-color:FFFFFF; scrollbar-3dlight-color:FFFFFF; overflow-x:hidden; } </style> <div class="NAME" style="position: absolute; top:#px; left:#px; width: #px; height:#px; overflow: auto; align: center; FILTER: alpha(opacity=100); OVERFLOW: auto; FILTER: chroma(color=FFFFFF) allowTransparency;>"scrollbar-arrow-color:FFFFFF; scrollbar-track-color:FFFFFF; scrollbar-shadow-color:FFFFFF; scrollbar-face-color:FFFFFF; scrollbar-highlight-color:FFFFFF; scrollbar-darkshadow-color:FFFFFF; scrollbar-3dlight-color:FFFFFF;><div class="comments" style="overflow:auto; width: 400px; height:300px; position: absolute; top:100px; margin-left: 200px;"><center><table><table><tbody><tr><td><table></center></div></DIV> |
|
|
|
![]() ![]() |