0 Replies Latest reply on Sep 24, 2012 7:31 AM by renegritsch

    Richfaces 3.3.3final XCSS problem

    renegritsch

      Hello,

       

      we´ve created our own skin and we use a .xcss file with .css code in it. for example

       

      <?xml version="1.0" encoding="UTF-8"?>

      <f:template xmlns:f='http:/jsf.exadel.com/template'

         xmlns:u='http:/jsf.exadel.com/template/util'

         xmlns="http://www.w3.org/1999/xhtml" >

         

          <f:verbatim><![CDATA[

       

      .pie-htc{behavior:url('../../resources/css/PIE.htc');}

      .homeButtons{width:50%;float:left;position:relative;background:#ffffff;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px;behavior:url('../../resources/css/PIE.htc');}

       

      at runtime the browser only gets

       

      .pie-htc {

       

      }

      .homeButtons {

       

          background: none repeat scroll 0 0 #FFFFFF;

       

          border-radius: 4px 4px 4px 4px;

          float: left;

          position: relative;

          width: 50%;

      }

       

      A lot of things are missing?! Is there a way to stop this and get it 1:1 as defined or to include/ref the css in the xcss?

       

      Thnx,
      René