If you use the style in panelGroup does this get fixed?

example:

<f:facet name="popup">
                   <h:panelGroup style="background-color:#6699FF;">

Bruno

2005/11/25, Jeffrey Porter <[EMAIL PROTECTED]>:
> The transparency thing bug thing occurs in FireFox.
>
> In IE. Its far worse!! I get a textarea box covering everything up!
>
> FireFox
> http://www.porter.eu.com/jeff/example.JPG
>
> IE
> http://www.porter.eu.com/jeff/example2.JPG
>
>
>
>
> The Tag I'm using is...
>
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
>
>             <x:popup id="x"
>                 styleClass="popup"
>                 closePopupOnExitingElement="true"
>                 closePopupOnExitingPopup="true"
>                 displayAtDistanceX="-500"
>                 displayAtDistanceY="10" >
>                <f:verbatim><img src="images/help.jpg"</f:verbatim>
>                <f:facet name="popup">
>                     <h:panelGroup>
>                         <h:panelGrid columns="1" >
>                         <h:outputText value="This is the document."/>
>                         </h:panelGrid>
>                     </h:panelGroup>
>                 </f:facet>
>             </x:popup>
>
>
> Style.css
> .popup {
>     background-color:#6699FF;
>     color: #000000;
>     border: 1px solid #CCCCCC;
>     font-size:smaller;
>     padding: 5px;
> }
>
>
> Softare Version:
> MyFaces 1.11.
> jdk1.5.0_04
> Firefox 1.07
> IE  6.0.2900.2180 xpsp_sp2_gdr.050301-1519
>
>
>
>
>
>
>
> -----Original Message-----
> From: Jesse Alexander (KBSA 21)
> [mailto:[EMAIL PROTECTED]
> Sent: 25 November 2005 09:57
> To: MyFaces Discussion
> Subject: RE: possible bug:
>
> To me it seems that the background of the popup is half-transparent.
> Maybe it's working as designed by the browsers or an issue with css?
>
> Have you tried with different browsers?
>
> hth
> Alexander
>
> ________________________________
>
> From: Jeffrey Porter [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 25, 2005 10:43 AM
> To: MyFaces Discussion
> Subject: possible bug:
>
>
>
>
>
> Why is it that when using  <x:popup does the text rendered in a
> <h:inputText a show into the popup dialogue?
>
>
>
> See attached image.
>
>
>
> Or image at...
>
> http://www.porter.eu.com/jeff/example.JPG
>
>
>
>

Reply via email to