IE Compatibility failed

Hey Guys,

Loving this so far. Paid after one day, however why does this look horrible in IE

Please compare IE with chrome


Here is my public share link: LINK
(how to access public share link)

Hi @derrick.dk Welcome to the community :slight_smile:

As for IE, what version are you testing on?

Also, please note that Webflow produces clean code that is compatible with modern, more secure, browsers.

1 Like

Thanks! - I definitely do not doubt that at all as I’ve checked :smiley: - I’m using IE 10

Neither we nor Microsoft themselves support IE10 now. Please refer to this thread:

1 Like

Thanks for this. I almost felt my hopes and dreams crush but I guess we can’t expect you guys to do it all. I managed to get it looking good using the good ol methods.

Hi @derrick.dk! I’ve had this issue also. You can create styles for IE browsers with code at the end of the <head> tag. The following targets all IE, but you can specify particular versions too.

<!--[if IE]>
  <style type="text/css">
   //css here
  </style>
<![endif]-->

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.