Thread: Labels not displayed
Results 1 to 1 of 1
Related
-
search results to be displayed in new page Forum: PHP Forum
Replies: 1 -
Labels for radio buttons inside a row Forum: HTML Forum
Replies: 11 -
Alternate between images being displayed Forum: Graphics Forum
Replies: 2 -
javascript should be displayed in html Forum: HTML Forum
Replies: 0 -
How to parse displayed text from HTML code? Forum: CGI Perl Forum
Replies: 3
-
05-29-2008, 04:36 PM #1
Labels not displayed
Hi,
I'm using JSF/spring/hibernate in my app for a customer and the problem is that "Lables" and the website looks fine in IEx.x versions, but the "LABELS" seem to disappear in Netscape 7.
the code i have, for an example, is:::::
<uianelLayout binding="#{$x$y$z.layoutPanel_formRow2}" id="layoutPanel_formRow2"
panelLayout="flow" styleClass="formRow">
<ui:label binding="#{presentation$personal$PersonSearch.label1}" for="hiddenField_personId" id="label1" text="#{msgs['Search.Id']}"/>
<ui:textField binding="#{presentation$personal$Search.textfield_Id}" id="textfield_Id" text="#{SessionBean1.SearchCriteria.IdString}"/>
<ui:hiddenField binding="#{presentation$personal$Search.hiddenField_Id}"
converter="#{presentation$personal$Search.integerConverter1}" id="hiddenField_Id" text="#{SessionBean1.SearchCriteria.Id}"/>
</uianelLayout>
this code works perfect for IE, Opera and Safari, but NOT FOR NETSCAPE - the labels just dont appear when the page is viewed in netscape.
the css i have is simple :::
.formContent label {
float: left;
width: 10em;
margin: 0 0.5em 0 0;
}
anything missing above??? all browsers except netscape seem to display the labels
also noticed in the page displayed that the label is present in the HTML script -
<label id="form1:label_DepositSlipNo" for="form1:textField_DepositSlipNo" class="LblLev2Txt">
Deposit slip no:
</label>
only funny part is the CLASS attached to the label - not sure where netscape is affixing the styleclass for this from?
thanks,
pLast edited by ptalkad; 05-29-2008 at 05:05 PM. Reason: added more info on css
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum