I am using the Css friendly adapters in VWD 2008 and in general working well
I have a page that contains an Ajax Tabcontainer that uses OnClientActiveTabChanged ="loadTabPanel" to manage the loading of data into the panels
In IE 7 this renders fine and tab loading works well
In an equivalent page not using the CSS Friendly adapters this renders and works fine in both IE7 and firefox
In firefox the TabContainer does not render with the CSS frienly adapters.
If I remove the OnClientActiveTabChanged call then the Tabcontainer is visible but of course the tabs don't load properly
Thoughts?