[richfaces-issues] [JBoss JIRA] Updated: (RF-3461) Menus: dropdown/context: IFRAMEs should allow transparency in menu

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue May 20 19:42:59 EDT 2008


     [ 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

        



More information about the richfaces-issues mailing list