My application has a asp:menu control, treeview and a reportviewer. The menu is configured as horizontal pull down menu.
It runs well using IE, it also runs well if debuging run with Visual studio 2008's internal development web server. However, all the icon (the small triangle indicate drop down menus, treeview's expand/hiding arrows and reportviewer's pager icons (prev/next), refresh and print icon are gone after publish the app to my XP (IIS). Also the menu also doesn't pull down (I think because the javascript code to control it is missing too).
I found these icons, in ie, has source of
<img style="border-bottom-style: none; border-right-style: none; border-top-style: none; vertical-align: middle; border-left-style: none;" alt="" src="/myApp/WebResource.axd?d=woU6P1Yo45FOegJXJ25DV3ZpVUTRbWXXP4-nJfwzJGU1&t=633718466581613486" complete="complete"/>
And the html is rendered as
< ...
Go to the complete details ...