Scoll-bar settings for module?, -- |
Scoll-bar settings for module?, -- |
Aug 12 2005, 02:14 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jan 2005 Member No: 85,263 |
Hello.
Is there anyways to get like the scroll bar settings( Dark shadow, shadow, highlight, 3D light) for your module's border? Thanks a lot. -Bennett |
|
|
|
![]() |
Aug 12 2005, 03:34 AM
Post
#2
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
i don't think there's one for the border, only the scrollbar, but you can change the color of the border.
|
|
|
|
Aug 12 2005, 04:55 AM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jan 2005 Member No: 85,263 |
Okay, well thank you.
|
|
|
|
Aug 12 2005, 07:03 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 103 Joined: Nov 2004 Member No: 61,396 |
do u mean putting a scroll bar on ur profile and subscription list and others???
|
|
|
|
Aug 12 2005, 07:50 PM
Post
#5
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
if its a <div> module, then yea, u can. just set it to overflow: auto;
and if you want a profile, subscriptions, blogring scrollbar, well here they are. blogring scrollbar profile scrollbar subscriptions scrollbar and all you had to do was look in the scripts section... |
|
|
|
Aug 12 2005, 10:54 PM
Post
#6
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jan 2005 Member No: 85,263 |
QUOTE(insomniac @ Aug 12 2005, 6:50 PM) if its a <div> module, then yea, u can. just set it to overflow: auto; and if you want a profile, subscriptions, blogring scrollbar, well here they are. blogring scrollbar profile scrollbar subscriptions scrollbar and all you had to do was look in the scripts section... :P the SETTINGS of the scrollbar the entry, not a scroll bar in it.. ;) (highlight 3Dlight darkshadow shadow) Thanks though.. |
|
|
|
Aug 12 2005, 11:00 PM
Post
#7
|
|
|
Good-Bye. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,100 Joined: Jun 2005 Member No: 161,149 |
|
|
|
|
Aug 12 2005, 11:11 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
I'm guessing this is the closest thing you can get I guess
CODE <style type="text/css">table.left { /*whole menu module*/ border: 2px solid ffff00; width:240px; background-color: ffffff; }</style> and this CODE <style type="text/css">
table.left th{border: 2px solid ff0000; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px;} table.left TD {border: 2px solid ffff00; border-top-width: 1px; border-right-width: 2px; border-bottom-width: 1px; border-left-width: 2px;}</style> |
|
|
|
![]() ![]() |