Answer the question
In order to leave comments, you need to log in
Why is iexplorer not friendly with OpenServer?
Why doesn't iexplorer render the page correctly on the OpenServer local server?
I have a file - index.php:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body{margin:0; }
header{height:60px; background:red;}
</style>
</head>
<body>
<header>
ЭТО ХЭДЕР
</header>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
ie is not friendly with people and html.
OpenServer has nothing to do with it, it just renders html, and it doesn't care what browser renders it.
So either the problem is in ie or in the html that your OServer renders, but not in their compatibility.
Check if all tags are closed, in particular, your meta is not closed, it shouldn't be, but does ie know about it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question