Cristian Palmas wrote:
> After I added opacity feature for the second and the third level lists
> in order to make the banner be visible under the transparency of the
> menu.
> 
> But in IE6/Win the
> third level disappears totally.

        This is the guilty part:

> I added this portion of code:
>     filter: alpha(opacity=80);

        The way filter is implemented in IE prevents it render any of its child 
outside the given region. Thus the submenus that should go outside the 
one where filter is applied are not shown.
There is no solution to this.

        At least that was my experience.

 > Obviously, in compliant browsers it's all good.

        I don't there are "compliant" browsers regarding opacity. Other there 
would be no "-moz" and "-khtml" prefixes to it. Luckily for us, Gecko 
and KHTML agree on how this one should be done.

-- 
AV
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to