View Full Version : layout coding problem


lub_ruby
05-05-2005, 05:20 AM
if i use this layout, (http://www.planetneo.org/images/emilylayout4.png) how can i get the scrollbar's div 2 be semi-transparent clear? i used:
<style type=text/css>
body
{
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #00EEEE;}
</style>
but the white shows up on the layout...

Alcy
05-05-2005, 07:07 PM
Add style="filter: alpha(opacity: 60);" to your div(s). Note that it will only work in Internet Explorer.