This website:
http://lastergroup.com/epe/epe19-240/dev/index.html
is loading well on all browsers (Google Chrome, Safari, Firefox and Edge), except on Internet Explorer (IE) 11, can someone please help me identify the problem?
I think that this article will help you diagnose the issue:
https://learn.microsoft.com/en-us/troubleshoot/browsers/cannot-access-websites
https://answers.microsoft.com/en-us/ie/forum/all/ie-11-doesnt-preload-while-preloading-with-500/e5d8611d-1a6f-4d2d-beba-4cbb214bd99e
Also keep in mind that the site is not secure, and you may have to fix that or change the permissions in IE 11:
https://www.support.com/how-to/how-to-fix-site-is-not-secure-in-internet-explorer-12900
Edit: I also noticed that the back-to-top link is not doing its job.
Related
I was wondering if someone could please give me some advice on how I could make my older website compatible to run on the most popular modern browsers (Chrome, Firefox)? It currently works fine on IEEM but nothing else. Any advice would be greatly appreciated. Cheers
If the site uses special controls(eg ActiveX), I'm afraid it won't work with modern browsers. And we are not sure about the specific situation of the older website you mentioned, in this case, I recommend you can use Edge IE mode.
For more details, please refer to this doc:What is Edge IE mode?.
Got a big problem with JCarousel in Internet Explorer 8.
It works in all other browsers I've tested on. I'm hesitant to put a link to the site as I god nailed by someone here for trying to get hits - so I'll describe the problem.
In IE all the images are loading one underneath the other rather than in the CSS box.
Anyone had this problem and know how to solve it?
It has to do with the DOCTYPE. In IE and FF the page loads in Quirks mode. Open FF, Tools and Page Info, it shows the details. You are missing the DTD in your DOCTYPE.
My site used to look the same in IE, Chrome, Firefox. Today, I looked at the online site (http://www.skytop.at/) and the fonts are a complete mess in IE8, but fine in Chrome and Firefox.
I desperately need a quick fix, since the client will be very pissed ;-(
Please look at the site in IE (e.g. IE8) versus Chrome/Firefox:
http://www.skytop.at/index.html
http://skytop.at/gastronomie.html
http://skytop.at/terrasse.html
or the other subpages.
any fix is welcome.
Thanks a lot,
Steve
As others have mentioned, it looks fine for them in Internet Explorer. This means you probably have ClearType disabled in your Internet Explorer settings.
(source: winisp.net)
(source: winisp.net)
Link
I'm having some problems with a certain piece of code which sits in my site; this error only occurs in Internet Explorer 7.
Rather than post all my HTML/CSS markup here I have put up a version of the site here.
As you can see I have "Widgets" in columns, for some reason IE7 adds an extra space under the Widget Header while FF displays it fine without any space.
This error does not occur in IE8, FF3, Opera, Safari or Chrome.
Can anyone suggest why this occurring and if possible, a fix?
Thanks in advance!
Add this css to wgt-wrap and it should behave.
zoom: 1
Google for hasLayout for explanation.
[EDIT] This discussion provides more insight into this IE bug. Why does Internet Explorer need the "hasLayout" flag?
Unfortunately IE 7 doesn't run very well on Ubuntu so I'm unable to reproduce your error, but have you tried resetting your CSS with a stylesheet like Reset CSS?
There is also a great site about browser quirks that you might want to have a look at.
Did you start by zero'ing out all of your element by doing a CSS reset? I see you have a few different elements in your div, it's possible that one of these has a default marin in IE7 that is throwing everything out of wack...
Using CSS Style Sheet, HTML, XML
When i run my website, my page was properly displaying in the firefox, but the page was not properly displaying in the internet explorer.
Most of the people using only the internet explorer, but why my web page is not properly loading in the internet explorer.
I have to change the setting of internet explorer?
How to solve this problem.
As others have said, without a link to your site it's hard to tell exactly what the problem is, but if it's a CSS problem in IE6 you could try using the IE7-js library, which will make IE6 fairly standards compliant. Also, you may want to look at this resource for general help with CSS hacking in IE.