在IE9中没有加载Css

时间:2012-06-22 14:13:22

标签: css jsf-2 xhtml primefaces

  

可能重复:
  Internal stylesheet not working in IE9 with jsf

我的网站在mozila,chrome,safari等方面运行良好。我面临的问题是我的应用程序无法在IE 9浏览器中运行,不支持css文件。我正在使用primefaces2.0和jsf组件为我的ui页面扩展名为.xhtml。我该怎么解决呢。

UI页面:

    <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:p="http://primefaces.prime.com.tr/ui">
    <h:head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Chennai Volunteers</title>
     <link href="cv_styles.css" rel="stylesheet" type="text/css" />
     </h:head>
     </html>

0 个答案:

没有答案