NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Neil Porter on December 09, 2010, 04:12:26 AM

Title: JQuery display in IE8
Post by: Neil Porter on December 09, 2010, 04:12:26 AM
I'm running the same webserver.exe with the same web folder on 2 different machines.

When I access the 2 sites my jquery formatting of my menu and my form buttons seems to go haywire.

See the attached screen shots. I've tried clearing my browser history etc.

If I use firefox, the site displays fine from both servers.

Has anyone else seen this?

TIA,

Neil Porter.

[attachment deleted by admin]
Title: Re: JQuery display in IE8
Post by: BColladay on December 09, 2010, 06:40:36 AM
Even though those both seem to be "intranet" sites to you and me, My guess is that IE8 is giving your 127.0.0.1 site to you in compatibility mode and the http://namedserver:88 in IE8 mode.  The big clues to this are that firefox works on both and that it is getting messed up on the non-local server.  

To verify, on the non-local server, set to "Compatibility View" and see if it matches your local version. If it does than this is your issue.

I've ran into this lately.  IE8 by default shows local intranet pages in compatibly view.  

You can change that setting in: Tools-> Compatibility View Settings-->Uncheck "Display Intranet Sites in Compatibility View.
Title: Re: JQuery display in IE8
Post by: Neil Porter on December 09, 2010, 07:09:09 AM
Thank you very much, that has sorted it, just as you said!

Regards,

Neil.