[ http://jira.jboss.com/jira/browse/RF-3461?page=all ]

Nick Belaevski updated RF-3461:
-------------------------------

        Summary: Menus: dropdown/context: IFRAMEs should allow transparency in 
menu  (was: Menus: dropdwon/context: IFRAMEs should be created lazily)
    Description: 
1. IFRAMEs should be created only for IE6/NS
2. IFRAMEs should not have borders or scroll if created

Add the following classes to check in IE:

        .rich-menu-list-border {
                background-image: none;
                background-color: transparent;
                filter: alpha(opacity=50);
        }

        .rich-menu-list-bg {
                background-image: none;
                background-color: transparent;
        }


> Menus: dropdown/context: IFRAMEs should allow transparency in menu
> ------------------------------------------------------------------
>
>                 Key: RF-3461
>                 URL: http://jira.jboss.com/jira/browse/RF-3461
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Nick Belaevski
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.1
>
>
> 1. IFRAMEs should be created only for IE6/NS
> 2. IFRAMEs should not have borders or scroll if created
> Add the following classes to check in IE:
>       .rich-menu-list-border {
>               background-image: none;
>               background-color: transparent;
>               filter: alpha(opacity=50);
>       }
>       .rich-menu-list-bg {
>               background-image: none;
>               background-color: transparent;
>       }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to