2 Replies Latest reply on Apr 15, 2010 8:34 AM by ilya_shaikovsky

    Basic and exteneded(classes) skin files are not effecting/working in IE6

      Hello,

       

      Basic and exteneded(classes) skin files are not effecting/working in Internet Explore6(IE6).

       

      The problem with basic and extended skin files is,

       

      1)CONTROL_SKINNING_LEVEL in web.xml file as extended, then the skin applying for Firefox(FF) and IE7 & IE8, but not IE6.

       

           <context-param>
              <param-name>org.richfaces.CONTROL_SKINNING_LEVEL</param-name>
              <param-value>extended</param-value>
          </context-param>

       

      2)CONTROL_SKINNING_LEVEL in web.xml file as basic, then the skin applying for IE6(not 100%), but not in Firefox(FF) and IE7 & IE8.

       

           <context-param>
              <param-name>org.richfaces.CONTROL_SKINNING_LEVEL</param-name>
              <param-value>basic</param-value>
          </context-param>

       

       

      Please advise on this how to make it work properly with these classes in IE6 along with FF and IE7 & IE8.

       

      Thanks in advance.

       

      Regards,

      Venkat