transparent part of scrollbar, i only want to make a part of it disaper |
![]() ![]() |
transparent part of scrollbar, i only want to make a part of it disaper |
Nov 2 2004, 02:37 AM
Post
#1
|
|
![]() Rock Addict ![]() ![]() ![]() ![]() Group: Member Posts: 181 Joined: Sep 2004 Member No: 51,117 |
Is there anyway to make the face color transparent and keep all of the other colors, it's cutting off stuff in my entries and I would REALLY like for it not to do that. PLZPLZPLZPLZPLZPLZPLZPLZPLZPLZ help me, this is very important
|
|
|
|
Nov 2 2004, 07:41 AM
Post
#2
|
|
![]() I just "got it like that". ![]() ![]() ![]() ![]() Group: Member Posts: 247 Joined: Aug 2004 Member No: 41,238 |
Try this:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> body { filter: chroma(color='#ff00ff') scrollbar-3dlight-color:#ffffff; scrollbar-arrow-color:#ffffff; scrollbar-base-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-face-color:#ff00ff; scrollbar-highlight-color:#ffffff; scrollbar-shadow-color:#ffffff;} <!-- end code provided by createblog.com --> This way only the face will be transparent. edit: Oh, hi nerotine. I didnt even notice this was you. lol. you could have just sent me an email asking this.... or googled it. |
|
|
|
Nov 2 2004, 11:16 PM
Post
#3
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
theres this script in the xanga scripts on transparent scrollbars
|
|
|
|
Nov 3 2004, 07:02 AM
Post
#4
|
|
![]() I just "got it like that". ![]() ![]() ![]() ![]() Group: Member Posts: 247 Joined: Aug 2004 Member No: 41,238 |
QUOTE(shortvi3tlaydee @ Nov 2 2004, 11:16 PM) theres this script in the xanga scripts on transparent scrollbars That is the exactly same thing that i put up. The only difference is mine defines the whole body and not just a div. |
|
|
|
![]() ![]() |