I have a aspx page with c# codebehind that references a Css that uses # tags to identify <div>'s on the page and position them and apply style elements to them. I downloaded the ajax toolkit and got it working (love it) and am using a TabContainer containing TabPanels containing ContentTemplates to organize the page navigation. Unhappily when the <div>'s with the content (gridviews, detailviews, buttons and labels) are displayed within the TabPanels they show up in the order they are arranged in on the aspx page rather than where the Css should be positioning them.
Can someone kindly explain what's going on and how I can make it work? Any help much appreciated, Thanks Tonnes, Roscoe