css - FIX: Ipad Mini HTML margin/padding with -
css - FIX: Ipad Mini HTML margin/padding with <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> -
i had website with:
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
...that applying unusual "margin-right: 30px"-like behaviour html dom element. removing fixed issue.
declaring
<doctype !html>
already gives ie=edge, , i'm happy site not utilize chrome=1.
contributing in case else encounters - wasted 6 - 7 hours of dev time on lastly week trying find it.
html css internet-explorer
Comments
Post a Comment