Hi all,
as many of you know, the scrollbar-style can be set with a little piece of CSS, such as:
<style>
body
{
scrollbar-base-color: #CC3366;
}
</style>
However, this doesn't seem to work on scrollbars in iframes. Does anyone know if it's possible at all?
Thanks in advance, Dutch
as many of you know, the scrollbar-style can be set with a little piece of CSS, such as:
<style>
body
{
scrollbar-base-color: #CC3366;
}
</style>
However, this doesn't seem to work on scrollbars in iframes. Does anyone know if it's possible at all?
Thanks in advance, Dutch