Click to See Complete Forum and Search --> : Is it possible to ......
Tasmanian Devil
09-12-2003, 01:01 PM
I was wondering if it is possible to make your scrollbars transparent? ie. to be able to see the back ground image right through them, I was told to look into custom scrollbars with the divs. Have yet to figer it out. Can anyone help¿
Thanks
PeOfEo
09-12-2003, 01:46 PM
Those scroll bar commands that change the colors (body {
scrollbar-arrow-color:#003366;) are ie only and I know of no way to change them to being transparent. Because the scroll bar is not an element with a normal tag and all you cant just say background:transparent;. Ie added those scroll bar commands but you will notice they are not valid css and no other browser will support them.
Tasmanian Devil
09-12-2003, 01:52 PM
can you turn the overflow to = hidden?
thanks
PeOfEo
09-12-2003, 01:54 PM
That would mean there is no scroll bars on your page. The extra material in the div just wont show up.
Tasmanian Devil
09-12-2003, 01:55 PM
is there a way to use custom scrollbars built using dhtml etc from divs
Thanks
PeOfEo
09-12-2003, 01:56 PM
Yes you can change a scroll bar color, but I dont know any way to make them transparent. Also its css mainly and not dhtml, though you can expand apon the css with dhtml. Also thats ie only.
Tasmanian Devil
09-12-2003, 01:58 PM
so what your saying is there is no way possible?
Thanks
PeOfEo
09-12-2003, 02:03 PM
Thats about the size of it. If you want to just not have scroll bars but still have the content there and a user can use an arrow or mouse wheel that is possible if you are using an iframe and the attribute scrolling="no" but I do not reccomend axing your scroll bars like that.
Tasmanian Devil
09-12-2003, 02:11 PM
PeOfEo~
Check this (http://www.smack-silver.net/tricks/scrollbar2.html) out, it can be done but in iframes. Just found out how to do it.
Thanks
PeOfEo
09-12-2003, 02:18 PM
Still doesnt work in any other browser but ie then. I did not thing it would even work on ie but I was wrong. But when.
Tasmanian Devil
09-12-2003, 02:28 PM
since it can be done IE, can you help me make it work in other browsers?
Thanks
PeOfEo
09-12-2003, 02:49 PM
It wont work on other browsers. There is no way for it to work because they dont support the scroll bar attribute which is not really css to begin with. IE made up that code so therefore it only works in ie.
spufi
09-12-2003, 10:54 PM
I think the bigger question isn't can you do it, but should you. Go look at any site that gets major traffic, google, msn, espn, etc. None of them mess around with the scrollbar attributes even though they could. Since so many people use IE as their browser, it would be seem like a valid option. For the most part, the only time I have really seen the scrollbar attributes messed with have been on sites that are done by non-professionals.
PeOfEo
09-13-2003, 01:23 AM
like me :) I bet some sites that are professionally done do use scroll bar attributes, just none that I can manage to find, but using a chroma filter with the attributes that are not valid to begin with is really not what you would want to do. The reason I did not think it was possible before is because I had never seen it and also i had never thought to use chroma filter.