Note that there are some explanatory texts on larger screens.

plurals
  1. POSupport for IE7 browser using IceFaces
    text
    copied!<p>HI,</p> <p>We are using the JSF with IceFaces as the component libraries. As of now the application is only compatible with the IE6. It is not working with any other browsers. Our client requires to update the browser compatibility to IE7. We want to know is there any configuration change in the IceFaces to make it enable for the IE7 browser or needs lot of code changes.</p> <p>Please give me your suggestions.</p> <p><strong>Update</strong></p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" ?&gt; &lt;jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ice="http://www.icesoft.com/icefaces/component"&gt; &lt;f:view&gt; &lt;ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD XHTML 1.0 Transitional//EN" doctypeSystem="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" /&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt; &lt;meta http-equiv="X-UA-Compatible" content="IE=5" /&gt; &lt;ice:outputStyle href="/xmlhttp/css/rime/rime.css" /&gt; &lt;ice:outputStyle href="/css/hp.css" /&gt; &lt;ice:outputStyle href="/css/body.css" /&gt; &lt;script type="text/javascript" src="js/hp.js"&gt; &lt;/script&gt; &lt;script type="text/javascript" src="js/expandableSelectMenu.js"&gt; &lt;/script&gt; &lt;/head&gt; &lt;body id="document:body"&gt; &lt;ice:panelGroup id="headerImg"&gt; &lt;div&gt; &lt;jsp:directive.include file="/WEB-INF/jsp/include/header.jspx" /&gt; &lt;/div&gt; &lt;/ice:panelGroup&gt; &lt;ice:panelGroup id="headerImg01"&gt; &lt;div&gt; &lt;jsp:directive.include file="/WEB-INF/jsp/xxxx_Head.jspx" /&gt; &lt;/div&gt; &lt;/ice:panelGroup&gt; &lt;div class="rootDiv"&gt; &lt;div class="bodyContainer"&gt; &lt;ice:form id="XXXX"&gt; &lt;ice:panelGrid border="0" columns="1" style="margin-top:-8px;"&gt; &lt;!-- xxxx--&gt; &lt;ice:panelGrid border="0" columns="2" style="margin-bottom:-8px;margin-top:-8px;" styleClass="contentPanelHeader"&gt; &lt;ice:panelGroup style="width:10px;" styleClass="tabNoPanel"&gt; &lt;ice:outputText value="1" styleClass="panelHeaderNo"/&gt; &lt;/ice:panelGroup&gt; &lt;ice:panelGroup style="width:836px;"&gt; &lt;ice:outputText value="#{mes.producto}" styleClass="label20px"/&gt; &lt;/ice:panelGroup&gt; &lt;/ice:panelGrid&gt; &lt;ice:panelGrid border="0" columns="1" style="margin-top:-8px;margin-bottom:-4px;width:862px;" styleClass="contentPanel"&gt; &lt;ice:panelGroup style="width:862px;"&gt; &lt;ice:panelGrid columns="1" border="0"&gt; </code></pre> <p>This is the piece of code. I have the following doubts:</p> <ul> <li><p>We are using the <code>&lt;div&gt;</code> tags to place the components. Will it affect the browser compatibility.</p></li> <li><p>I have heard that there is <strong><em>Floating Div</em></strong> problem. What is that? Some one told that that is causing the problem.</p></li> <li><p>Please review the code and let me know what could be wrong.</p></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload