View Full Version : chroma filter/transparent scroll bars...
alqua
08-11-2006, 09:50 PM
This (http://image24.webshots.com/25/9/27/31/2147927310094611654gcaZZI_ph.jpg) is what it looks like on my monitor when "FILTER: chroma (color =#84B163);" is used on any site to make a part of the scroll bar transparent. I was just wondering if there was any setting on my monitor/browser that I could change, or if there was an additional code I could use on the page to prevent it from looking like that, or even a different code to make scroll bars transparent.
mburt
08-11-2006, 10:04 PM
This is CSS to be put in the head
<style type="text/css">
body {
overflow:hidden
}
</style>
mburt
08-11-2006, 10:12 PM
As I'm aware of, I don't think that "FILTER: chroma (color =#84B163)" is a valid filter :)
alqua
08-12-2006, 04:04 AM
Alrighty, thank you ^^
jscheuer1
08-12-2006, 05:57 AM
Actually it is a valid filter but, may not be available on all objects, may require axillary styling to take effect and, in any case is IE only, like all the filters:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/filters/chroma.asp
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.