I have a page that has always worked fine in IE:
http://www.mbsauthority.com/Dashboard/Dash.php
But when I open it in Firefox two of the gauges display and two do not.
Any ideas?
Posted 09 July 2010 - 12:21 PM
I have a page that has always worked fine in IE:
http://www.mbsauthority.com/Dashboard/Dash.php
But when I open it in Firefox two of the gauges display and two do not.
Any ideas?
Posted 09 July 2010 - 11:51 PM
We have found that the last two charts you are rendering with JavaScript method and top two charts (which is not getting rendered in FireFox) you are using ONLY <object> tags and <object> tag is not recognized by FF, so if you change your code and use only JavaScript method to render all the charts then it will render fine in all browsers.
A byte of magic.