views:

12

answers:

0

Hey there,

We have a set of Skins which implements a condition for IE6 and is only supposed to load the IE6fixes.css file if it's IE6 making the request. Oddly though, when we use AJAX to update parts of the page we find a div which uses the class generalContentFormat to suddenly start using the IE6 fixes CSS.

So on the initial call in Firefox/Firebug we see the CSS class generalContentFormat coming from the correct CSS file called formatting.css. Then we have a cascading type drop down list for country/province selection which uses AJAX to update a RadGrid. When the country is changed the grid should repopulate. When we change a selection in the country drop down list the CSS class for the div with the class name generalContentFormat which initially got its value from formatting.css suddenly applies the style rules from the IE6 fixes css file.

Our condition on the dnn:Styles control is set to (IE 6) and we've tried LT IE 7 as well which didn't seem to have any affect.

This only ever occurs when the drop down list is changed and the AJAX update is called on the grid.

Any ideas?

Thanks Jacques