Problems with Different versions of IE on joomla - joomla3.2

my Joomla website work's on some IE10 , but it's not working properly on some IE10 and bellow. how can I find the problem

The problem is with the debug option in the IE10. previously i had used the IE7 standard. now i switch over to IE9 standard and its working fine. you can find this option with F12 key

Related

New "Responsive Design mode" in Safari: Internet Explorer, Chrome, Firefox Emulator

In the new version of Safari there is a new "Responsive Design Mode". You can switch between Safari, Internet Explorer (7,8,9,10) and Firefox. Is it actually running Windows Internet Explorer 7 if I click it?
On a page with icons it changed the positioning of the icon when I changed to IE 7.
It would be pretty helpful if they would actually emulate IE...
Edit:
The same website, on the left with safari selected and on the right site with IE 7.
Image: http://imgur.com/ZLTlzDQ
Image 2: http://imgur.com/XJIHaL1
In this WWDC 2015 video, it is stated that setting the user agent in the responsive design mode sets the UA string only; nothing more. No emulation or whatsoever. Besides, making IE work on OS X would require both tremendous effort and collaboration of Microsoft and Apple. I don't think it will ever happen, especially not for an extension for a non-profit software.
I know this answer doesn't explain your screenshots but I can not comment more on that without seeing the code, yet my 2 cents would be on the css prefixes. Safari might be ignoring / applying them according to the user-agent and that would explain the difference. IE conditional tags would be another possibility that comes to mind.

Icons not displaying properly on Firefox

I'm using the glyphicons pro library for my website and I noticed that on my MBP Retina, they show up as hi-res on Chrome, but not FF (even though FF says it's up-to-date). Here are a couple of screenshots (first one is FF):
Any idea what's going on?
You might be using a Web accelerator addon in Firefox that could cause this pixelation. Try disabling that plugin and see if it works.
If thats not the case then your Firefox may be running in 256 color mode, for details see Website colors are wrong.
Another possibility - check the properties of the shortcut you use to load Firefox (right-click, then Properties). Under the Compatibility tab, make sure nothing is selected.
or Maybe your screen res changes in FireFox, see this

IE9 quirks mode issue Wordpress

When viewing this site http://hefrani.com/ on IE9 its showing issue . Its working fine in all browser.
Its showing issue only in IE9
Please help
You have a style element before the doctype, which throws IE into quirks mode.
Additionally, check this page for more errors: http://validator.w3.org/check?uri=http%3A%2F%2Fhefrani.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

How can I detect if a browser is opened in compatibility mode?

How can I detect whether the browser is opened in compatibility mode or not? I have to make use of different css for compatibility and non-compatibility mode.
yes, usually you will have to code out different codes for the different browsers in your css. Like for example, if it works on mozilla, it may not necessarily work on internet explorer.
try looking at this : Broswser Compatibility Problems. Looks good in Google Chrome but not in IE or Mozilla

Local testing WP theme in IE8 gives a strange layout?

Trying to test my theme on IE8 locally gives a bad result. But on the testing server it looks much better (not yet the same as FF or Chrome).
What do i need to do so my local IE8 behaves the same as IE8 on the server??
I am trying to get the full-screen background in IE8 to work with transparent div's
Bit clueless here.
regards
oh i use xampp for windows
Without a link or code, all I can say is be sure your code is W3C valid. Missing and out of place tags are leading causes of bad IE display in Wordpress. Use the W3C Validator either live at http://validator.w3.org/ or as a local standalone http://habilis.net/validator-sac/

Resources