Hi, I'm using IE 9 and all of the framing of controls, etc. are showing up fine, but what's not showing are all of the images.
So the HTML Editor doesn't show images on the toolbar, the validator doesn't show the image on an error (even though there is space for it etc.)
I left the images in the sub folder under the css as per the instructions but they don't seem to be referencing correctly.
What am I doing wrong?
Hello,
The Infragistics Loader resolves all the Infragistics resources (styles and scripts) for you. You just need to provide the path to required CSS and JavaScript files and declare which resources the loader will fetch for the page. You can change the CSS and script path based on your project folder structure. Refer to the link below that will give you more details on this:
<http://help.infragistics.com/NetAdvantage/jQuery/2012.1/CLR4.0?page=Deployment_Guide_JavaScript_Resouces.html>
I hope this helps.
The problem is using mvc.net 4's bundles... It breaks the pathing... which is fine for the infrastructure images because you can just put them in an images folder in the same root as the bundle...
But for themes it's a problem because there isn't a unique name for the themes so you have to choose one or the other...
Suggestions other than editing the css files every time a new version comes out?
Hi,Can you please provide us with a simple HTML page on which you are able to reproduce the problem?It sounds like a general issue that might be caused by either one of the following:
Of course, I could be way off track with my suspicions, but such a general issue is often caused by a general miss-configuration.Alternatively, if possible can you post a screenshot of what the Network tab of IE9's DevTools is showing? (That tab should tell you if there are images that weren't found)Something like:
Firefox's FireBug has a much better Network tab, so if possible provide us with a screenshot of it instead.Thank you in advance! Every piece of infromation that you give us will help us solve this mystery.Cheers!Borislav