Hi,We have this problem:We have changed in our configuration file the parameter BUILDPATH to the value EXACT. With this change the styles are workking in a different way in the Internet Explorer. Here is an example:
ddd...The code that is inside the
isn't affected for the properties of the top classes: "inner" and "header".It seems that with this configuration the html doesn't inherit the properties of all the classes that are on the top.Only if the styles are defined like this: ".header.inner" it works fine, but if one class is defined alone like: ".main" it's not working.Thanks,