For all code, I've removed the preceding "<" First, I just want to say this has only become an issue since I surround the t:tree2/> in t:div style="overflow:auto;width:200;">
The reason I had to do this is because they want the scrollbar to appear instead of pushing the "main content" to the side if the tree gets huge (width-wise). In firefox, my popup performs beautifully. http://img03.picoodle.com/img/img03/7/2/20/f_firefoxoverm_ff8ccc7.jpg Here is a picture, illustrating that. I combined two screen shots. In the top one, the mouse is hovering over the arrow that is next to Persons(2) and you can see the popup box. I included the bottom screen shot to show that the popup box renders correctly even outside of the (you can see the scrollbar is being covered). http://img01.picoodle.com/img/img01/7/2/20/f_internetexpm_d4b840b.jpg Here is how IE works out (picture linked) . On the left picture, the mouse is on the gray arrow that is under "lastname, first..". The popup box is somewhat created, you can see the blank white box in the correct position. Unfortunately, you can see the Gray popupbox is position below the white one and that they do not touch. Technically, you can never click on the words "Edit' or "Delete" because by the time you move your mouse down there, the popup disappears (like it should). Below is the style sheet used for the popup box. .popup { background-color:#CCCCCC; color: #000000; border: 1px solid #000000; font-size: 10px; padding: 10px; } And the jsf component. t:popup styleClass="popup"> t:graphicImage value="/images/get_next.gif" border="0"/> f:facet name="popup"> h:panelGroup> h:panelGrid columns="1" > af:commandLink immediate="true" action="#{attachmentAction.promptCreateNewAttachment}"> h:outputText value="New Attachment"/> f:param name="caseId" value="#{sessionScope.SESSION_CASE_ID}"/> /af:commandLink> /h:panelGrid> /h:panelGroup> /f:facet> /t:popup> Anyone have any thoughts on tricking IE to work? -- View this message in context: http://www.nabble.com/%3Ct%3Atree2%3E-and-%3Ct%3Apopup%3E-display-issues-tf3262157.html#a9066710 Sent from the MyFaces - Users mailing list archive at Nabble.com.

