|
Posted by rf on 07/05/07 10:03
"Binba" <drorworld@yahoo.com> wrote in message
news:1183628582.568115.223590@m37g2000prh.googlegroups.com...
> I'm trying to apply transparency to some elements in my scrollbars,
Why? They are my scrollbars, not yours :-)
> It's easy with examples.
> Without: http://www.coffeemovie.info/misc/Coffee0.png
> And with: http://www.coffeemovie.info/misc/Coffee1.png
These are not examples. These are images, without any evidence of
scrollbars.
> This is the relevant block from my stylesheet:
>
> div#content {
> position: absolute; left: 170px; top: 30px; width: 615px; height:
> 450px; text-align: left; overflow: auto; padding-right: 20px;
> filter:chroma(color=#FEFEFE);
The above line has nothing to do with scrollbars. It has to do with what the
selector selects, that is your div that has an id of 'content'. Plus, it's
an Microsoft only thing IIRC.
> scrollbar-3dlight-color:;
> scrollbar-arrow-color:#8B4513;
> scrollbar-base-color:;
> scrollbar-track-color:#FEFEFE;
> scrollbar-darkshadow-color:#8B4513;
> scrollbar-face-color:#DEB887;
> scrollbar-highlight-color:;
> scrollbar-shadow-color:#000000}
All of the above is Microsoft only stuff and will not work with other
browsers.
> Any ideas?
Don't ?
You appear to be trying to emulate frames. Don't do this. It has serious
accessibility and usability problems. Plus, the way you are doing this will
break in interesting ways.
--
Richard.
[Back to original message]
|