Resize scrollbar, Can you do it? |
![]() ![]() |
Resize scrollbar, Can you do it? |
Jun 7 2005, 05:09 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
I have a box with a line that creates a place for a scrollbar to go on. However, the scrollbar is too big. Is there a way to resize the scrollbar and make parts of it (Scrollbar track) transparent?
|
|
|
|
Jun 7 2005, 05:32 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
I'm pretty sure that you can't resize scrollbars, but you can make it transparent.
To make it transparent, check out this script; http://www.createblog.com/forums/index.php?showtopic=30462 |
|
|
|
Jun 7 2005, 05:41 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
OK so I couldnt make this transparent since it isnt a div?
<style type="text/css"> /* Name of Your Skin - By lpdrummer*/ body {background-color: #fefefe; scrollbar-arrow-color: #585d61; scrollbar-track-color: #efefef; scrollbar-shadow-color: #585d61; scrollbar-face-color: #fefefe; scrollbar-highlight-color: #585d61; scrollbar-darkshadow-color: #585d61; scrollbar-3dlight-color: #585d61;} I want to have the track color transparant. |
|
|
|
Jun 7 2005, 05:51 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
you can!
replace QUOTE body {background-color: #fefefe; scrollbar-arrow-color: #585d61; scrollbar-track-color: #efefef; scrollbar-shadow-color: #585d61; scrollbar-face-color: #fefefe; scrollbar-highlight-color: #585d61; scrollbar-darkshadow-color: #585d61; scrollbar-3dlight-color: #585d61;} with QUOTE div {
filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */ scrollbar-arrow-color: #000000; scrollbar-face-color: #00FF00; /* transparent */ scrollbar-3dlight-color: #00FF00; /* transparent */ scrollbar-darkshadow-color: #00FF00; /* transparent */ scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-track-color: #00FF00; /* transparent */ } |
|
|
|
Jun 7 2005, 07:24 PM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Toby, that says the body scrollbar.
And no. BTW, you can use a flash scrollbar, your own scrollbar image, and... You can make all scrollbars smaller on only your computer. If you know how. =) This is all very confusing though. [ http://msdn.microsoft.com/library/default....rclasstopic.asp ] [ http://www.webreference.com/dhtml/column23/NSscrGifs.html ] |
|
|
|
Jun 7 2005, 07:43 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
QUOTE(Spiritedfreak @ Jun 7 2005, 6:51 PM) You sure? Cause I'm pretty sure I tried that... QUOTE(nyah-nek0 @ Jun 7 2005, 8:24 PM) Toby, that says the body scrollbar. And no. BTW, you can use a flash scrollbar, your own scrollbar image, and... You can make all scrollbars smaller on only your computer. If you know how. =) This is all very confusing though. [ http://msdn.microsoft.com/library/default....rclasstopic.asp ] [ http://www.webreference.com/dhtml/column23/NSscrGifs.html ] well, If everyone can't see it, its not worth the trouble. Thank you though! And what were you talking about when you said "Toby, that says the body scrollbar"? I'm assumming Toby is SpiritedFreak, but that code will not work for me at all? |
|
|
|
Jun 7 2005, 07:45 PM
Post
#7
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
x.X
You provided the code for the main scollbar. She's telling you you can make it transparent, when you can't. |
|
|
|
Jun 7 2005, 09:01 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
QUOTE(nyah-nek0 @ Jun 7 2005, 8:45 PM) x.X You provided the code for the main scollbar. She's telling you you can make it transparent, when you can't. Oh OK. I don't need the MAIN scrollbar transparent, just the one inside my blog body and my info box. P.S. If you get the chance, please read my other thread, I am haveing technical difficulties with my xanga >_< |
|
|
|
Jun 7 2005, 09:12 PM
Post
#9
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
o.O Was that the one I replied to? -can't keep anything straight-
Oh, and you can make those transparent. use this :: [ http://www.createblog.com/forums/index.php?showtopic=30462 ] Read up on it a bit, only works in IE. We assume you use divs to add the scrollbars. (Yeah, which thread? Link it and I'll try to help. To the best of my abilities of course. ^_^u) |
|
|
|
Jun 7 2005, 09:37 PM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
QUOTE(nyah-nek0 @ Jun 7 2005, 10:12 PM) o.O Was that the one I replied to? -can't keep anything straight- Oh, and you can make those transparent. use this :: [ http://www.createblog.com/forums/index.php?showtopic=30462 ] Read up on it a bit, only works in IE. We assume you use divs to add the scrollbars. (Yeah, which thread? Link it and I'll try to help. To the best of my abilities of course. ^_^u) OK thats the same link, so I guess I'll just have to play around with it a bit ;) Heres that thread- I have a blue border around my page and need to center the text on my blog body. http://www.createblog.com/forums/index.php?showtopic=83813 |
|
|
|
Jun 7 2005, 11:45 PM
Post
#11
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
'kay, I answered you.
Oh, and for the scrollbars, choose a color you're not using anywhere on your layout. Like... birght pink or something, then use that as the track color. For the rest, use whatever color you want to show up. It's not all that hard. |
|
|
|
Jun 8 2005, 01:17 PM
Post
#12
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 137 Joined: Feb 2005 Member No: 103,647 |
So do this?
[CODEBOX] div { filter:chroma(color=#00FF00); body {background-color: #fefefe; scrollbar-arrow-color: #585d61; scrollbar-track-color: #efefef; (Replacee this with 00ff00) scrollbar-shadow-color: #585d61; scrollbar-face-color: #fefefe; scrollbar-highlight-color: #585d61; scrollbar-darkshadow-color: #585d61; scrollbar-3dlight-color: #585d61;}[CODEBOX] |
|
|
|
Jun 8 2005, 06:40 PM
Post
#13
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
You can't make the main scrollbar transparent. The main scrollbar is the one that is really big and helps you scroll the page up and down.
The code only works for div layers. Like that... |
|
|
|
![]() ![]() |