Staredit Network

Staredit Network -> Computers and Technical -> How would I make ascroll bar invisible?
Report, edit, etc...Posted by Syphon on 2005-11-27 at 22:31:02
I would like to know how I would go about making a scroll bar invisible, or transparent.

(Such a coding newb I am.)
Report, edit, etc...Posted by Pie_Sniper on 2005-11-28 at 00:53:12
Let's say your background is black:

CODE
scrollbar-highlight-color: black
scrollbar-shadow-color: black
scrollbar-darkshadow-color: black
scrollbar-face-color: black
scrollbar-arrow-color: black
scrollbar-track-color: black


Only works in IE though.

(Such a scripting newb you are.) wink.gif

Oh, and I haven't tested this (or the above either), but this should work too:

scrollbar: black
Report, edit, etc...Posted by Syphon on 2005-11-28 at 17:06:11
QUOTE(Pie_Sniper @ Nov 28 2005, 12:53 AM)
Let's say your background is black:

CODE
scrollbar-highlight-color: black
scrollbar-shadow-color: black
scrollbar-darkshadow-color: black
scrollbar-face-color: black
scrollbar-arrow-color: black
scrollbar-track-color: black


Only works in IE though.

(Such a scripting newb you are.) wink.gif

Oh, and I haven't tested this (or the above either), but this should work too:

scrollbar: black
[right][snapback]366447[/snapback][/right]


That's where the problem comes in, it's not on a solid one colour background, it's two colours alternating. tongue.gif

I could have made it a different colour myself.
Report, edit, etc...Posted by Pie_Sniper on 2005-11-29 at 20:15:56
You could have mentioned that tongue.gif There's probably something like scrollbar-style: transparent or something though, but I can't find anything about it (nor do I want to until I get a decent computer).
Report, edit, etc...Posted by Jordan on 2005-12-01 at 04:08:35
hmm cant u change the opacity?
Report, edit, etc...Posted by LegacyWeapon on 2005-12-01 at 23:13:21
Googled: remove scrollbars

Found!
IE:
CODE
<body scroll=no>
Netscape:
CODE
<body style="overflow:hidden;">
Report, edit, etc...Posted by O)FaRTy1billion on 2005-12-02 at 15:44:53
QUOTE(LegacyWeapon @ Dec 1 2005, 09:13 PM)
Googled: remove scrollbars

Found!
IE:
CODE
<body scroll=no>
Netscape:
CODE
<body style="overflow:hidden;">


or just:
CODE
<body scroll=no style="overflow:hidden;">
wink.gif
Report, edit, etc...Posted by Syphon on 2005-12-02 at 21:10:03
QUOTE(O)FaRTy1billion @ Dec 2 2005, 03:44 PM)
or just:
CODE
<body scroll=no style="overflow:hidden;">
wink.gif
[right][snapback]369560[/snapback][/right]


Didn't krazy ever come to you to ask?
Report, edit, etc...Posted by O)FaRTy1billion on 2005-12-02 at 22:54:13
No
Report, edit, etc...Posted by Centreri on 2005-12-03 at 20:17:08
I tried that for him, It removed the scrollbar. I think he wanted it either invisible or transparent. Which would have been a cool effect indeed >:D
Report, edit, etc...Posted by Pie_Sniper on 2005-12-03 at 21:22:43
Semi-transparent (10-20%) would look cool... or like active camouflage from Halo...
Report, edit, etc...Posted by Centreri on 2005-12-05 at 14:48:54
Um, this is different, but same basic idea.. Is it possible to make the background of scroller an image? I know how to change color, but doing it with images escapes me.
Report, edit, etc...Posted by www.com.au on 2005-12-19 at 10:34:45
Halo Stealth upgrade as you primitives call it is ment to be the 'Active camouflage."

you may be a good scripter, but your knowledge of halo sickens me.
Report, edit, etc...Posted by Pie_Sniper on 2005-12-19 at 15:34:59
Does that satisfy you? tongue.gif
And no, I suck at most anything having to do with "scripts."
Report, edit, etc...Posted by Shadow_da_Sniper on 2005-12-25 at 16:38:34
Try googling it, as what Legacy said.

ADDITION:
Active camoflauge?

ADDITION:
I don't know what you're talking about...active camoflauge...hmm.
Report, edit, etc...Posted by Pie_Sniper on 2005-12-25 at 18:13:14
user posted image
Active camouflage from Halo.
Report, edit, etc...Posted by Syphon on 2005-12-27 at 11:33:40
I think this thread has had enough, truth be told I forgot about it.

>>Locked.
Next Page (1)