gpt4 book ai didi

internet-explorer - 素面

not working with IE 9

转载 作者:行者123 更新时间:2023-12-04 07:45:36 25 4
gpt4 key购买 nike

我在使用 IE 浏览时遇到问题 http://gamma.j.layershift.co.uk

我的网站是使用带有 primefaces 3.5 的 JSF2 构建的。

**页面的其余部分可以在 Firefox 和 chrome 上查看。

问题只发生在索引(第一)页上。

<ui:composition template="/templates/template.xhtml"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:ui="http://java.sun.com/jsf/facelets">
<ui:define name="content">
<!-- p:galleria panelWidth="960" panelHeight="350"
value="#{mbIndex.img}" var="image" styleClass="ui-corner-all">
<p:graphicImage id="gal_image" value="resources/images/#{image}" />
</p:galleria -->

<p:imageSwitch effect="fade" speed="2900" styleClass="center"
style="width:1000px;height:400px;">
<ui:repeat value="#{mbIndex.img}" var="image">
<p:graphicImage value="resources/images/#{image}"
style="clip:rect(0px, 1000px, 400px, 0px);min-width:1000px; min-height:400px;" />
</ui:repeat>
</p:imageSwitch>

<br />

<p:layout style="max-height:500px !important;">
<p:layoutUnit position="west" header="About GAMMA"
style="max-width:300px !important; height:300px; !important">
<h:outputLabel style="word-wrap: break-word;"
value="The company started in 2012 focusing on the production of disinfectants. Our products are used in laboratories, clean rooms, and process areas in pharmaceutical, biotechnology, healthcare, academic and industrial facilities in addition to livestock animals, " />
<p:commandLink value="More info..." action="#{mbIndex.toAbout}"></p:commandLink>

</p:layoutUnit>

<p:layoutUnit position="center" header="Latest news">

</p:layoutUnit>
</p:layout>
</ui:define>
</ui:composition>

请解释一下?
谢谢。

这个来自 Firefox 的屏幕截图(页面应该是什么)。 This screenshot from Firefox

--使用 IE 时只显示图像。

最佳答案

以下内容在 IE 9 中为我工作,我的 css 中有这个。

.ui-layout-container {
overflow-x:visible !important; overflow-y:visible !important;
}

关于internet-explorer - 素面<p :layout> not working with IE 9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14536495/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com