my page consists of a master page with a header div and the rest of the page split vertically bu a splitter, each side of the splitter is a content place holder.
on the content page the left content holder is a panelbar , and the main content holder is a user control. On the user control is a ajax proxy and a grid.
Now everything works fine in IE 6 but in FF3 when i change grid page and the ajax fires, the whole of the content page moves up to within the header area from the master page !!
any ideas
kevin
MORE... in my page i have some style statements inside .. <!--[if lte IE 6]> It would appear that after the ajax call these are been applied to the page even though it is FF
FIXED IT... http://www.telerik.com/help/aspnet-ajax/ajxconditionalcomments.html
on the content page the left content holder is a panelbar , and the main content holder is a user control. On the user control is a ajax proxy and a grid.
Now everything works fine in IE 6 but in FF3 when i change grid page and the ajax fires, the whole of the content page moves up to within the header area from the master page !!
any ideas
kevin
MORE... in my page i have some style statements inside .. <!--[if lte IE 6]> It would appear that after the ajax call these are been applied to the page even though it is FF
FIXED IT... http://www.telerik.com/help/aspnet-ajax/ajxconditionalcomments.html
