Hi,
We use iMIS 15.1.3.6699 and we are developing a website and encountered few browser compatibility issues. Some links works in IE but not in other browsers (FF, Chrome, Safari).
We are using 1502 template and the homepage content area6, 7, 8, 9, 10 are 5 different images that contain links respectively. All the links work correspondingly in IE but not in other browsers. Interestingly, only homepage content area6 works in the other browsers but not the other 4 links.
From the attached image, links to Membership, Events, Communities, AENJ does not work in FF, Chrome, Safari but works in IE. CENA TNP link works in all the browsers.
Did some code validation and other study but no luck due to lack of knowledge in CSS. Please see the attached image for more information.
image1.jpg is a screenshot from IE9
image2.jpg is a screenshot from FF
Notes:
- Images in the content areas are broken into 2 (one with the word and the other an image)
- when you look at image2.jpg they have this ugly line between them but not in IE
- checked the HTML but no luck there.
- used the .browser file that was mentioned in the iMIS community but no luck
Any help is highly appretiated. thank you.
Regards,
Vignesh
| Attachment | Size |
|---|---|
| Image2.jpg | 155.94 KB |
| Image1.jpg | 143.67 KB |
Try this.
Hi Vignesh,
I had this problem a little while back, and a few people posted a solution found from http://forums.asp.net/p/1369765/2860698.aspx#2860698
Add the directory "App_Browsers" folder to the root of the virtual directory which is the "/net" folder" in iMIS (has the "bin'" dir and "App_Code", "App_Themes" dirs) and add a file called "Chrome.browser" with these contents:
----------------------------------------------------
<browsers>
<browser refID="safari1plus">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu" adapterType="" />
</controlAdapters>
</browser>
</browsers>
----------------------------------------------------
Restart IIS and that's it.