You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jonathan, I checked out your website in IE 10 and it loads okay, (except for the Google Map embed in the /#meet-us (Location) section. You didn't say which version of IE you tested with and found it not working.
I'm guessing you have either solved the problem, or you tested with only on version of IE.
Meanwhile, try to follow @jayxhj suggestion by moving the following code in your HTML to the footer, just before the tag:
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript">
// When the window has finished loading create our google map below
google.maps.event.addDomListener(window, 'load', init);
...
...
...
</script>
jondmk.com
this is a portfolio i am building right now, but it does not work in IE.
can anyone help me? I cant figure out why it is not working.
The text was updated successfully, but these errors were encountered: