[
https://jira.jboss.org/browse/GTNPORTAL-1472?page=com.atlassian.jira.plug...
]
Adriano Porto commented on GTNPORTAL-1472:
------------------------------------------
To solve this issue i have to change the follow css class
skin\portal\webui\component\UINavigationPortlet\DefaultStylesheet.css located in web.war.
I change the class:
.UINavigationPortlet .UINavigationBar {
white-space: nowrap;
}
to
.UINavigationPortlet .UINavigationBar {
white-space: nowrap;
z-index:9999;
!position: relative;
}
Z-index of menu don´t work in internt explorer
----------------------------------------------
Key: GTNPORTAL-1472
URL:
https://jira.jboss.org/browse/GTNPORTAL-1472
Project: GateIn Portal
Issue Type: Sub-task
Components: User Interface
Affects Versions: 3.1.0-GA
Environment: Windows
Reporter: Adriano Porto
The z-index of portal menu don´t work in internet explorer. The portlet window is
rendered over the menu itens in internet explorer. In firefox works fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira