Hi,
I use Visual Studio 2005 to create a sharepoint web part
project. In this web part, the reference AjaxControlToolkit.dll is included. I use TabPanel to create tab controls. The web part works
fine, except the tab header text. The tab header text is not completely
visible on IE7, but OK on Firefox. Some people suggested to modify the
code on the file Tabs.css for the TabPanel class
(http://www.devexpert.net/blog/pt/blog/Embedding-Ajax-Control-ToolKit-into-Shar.aspx).
A person mentioned it is the problem from sharepoint master page where
did not declare a proper DOCTYPE (see the link above). But no details
are discussed there. Do you know why TabPanel's header text has such
problem on IE7? Thanks.
Stock