panelGrid的背景颜色不会出现在谷歌浏览器中

时间:2015-06-17 11:01:06

标签: css google-chrome primefaces jsf-2.2

我注意到panelGrid primesfaces元素的背景颜色出现在Internet Explorer浏览器中,并且不适用于Google Chrome浏览器。请任何人帮助我!

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html 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">
<h:head>
</h:head>
<h:body>
<p:panelGrid style="height:200px;width:100%;background-color:#E9F3FF">

    </p:panelGrid>

</h:body>
</html>

0 个答案:

没有答案
相关问题