Working on this page:
The div #bakbar and a bunch of others have something like this defined in my stylesheet:
only trouble is that the alpha filter isn't working in IE6 - isn't it supposed to? As you can see in IE6, my site becomes a fair bit less usable without the alpha as the links dissappear :\
illustration and webdesign
The div #bakbar and a bunch of others have something like this defined in my stylesheet:
Code:
#bakbar{
background-color:#FFFFFF;
opacity:0.25;
filter:alpha(opacity=25);
width: 230px;
position:fixed;
height: 100%;
top: 0px;
left:12%;
z-index:1;
}
only trouble is that the alpha filter isn't working in IE6 - isn't it supposed to? As you can see in IE6, my site becomes a fair bit less usable without the alpha as the links dissappear :\
illustration and webdesign