Older browsers don’t understand 70-30% column responsiveness sidebar
-
https://ibb.co/2jQFHzQ
https://ibb.co/w4TmjJB
monitor = 1280x1024px
demo-site – https://zdorov.ozozhe.ru/1173.htmlEN:
in old browsers
Opera 36.0.2130.80,
Chromium 39.0.2150.5,
Hrome 42.0.2311.152,
the sidebar becomes not on the side but under the content, and both the sidebar and the content are 100% wide.
why?
browsers don’t understand completely non-standard responsive code.Firefox 52.9.0 and Maxthon 5.2.3.3000 – understand.
in the firefox inspector the width of the columns div.content-area and aside.sidebar is not displayed as usual. but adaptability works!
for the adaptability of the columns are responsible:
<div id="primary" class="content-area">
and
<aside id="secondary" class="sidebar widget-area clearfix">
perhaps browsers don’t understand the lines:
grid-row-start: grid-column-start: order: (-ms-high-contrast: none), (-ms-high-contrast: active)
* * *
RU:
в старых браузерах
Opera 36.0.2130.80,
Сhromium 39.0.2150.5,
Hrome 42.0.2311.152
sidebar становится не сбоку а под контентом, причём и sidebar и контент width 100%.
почему?
браузеры не понимают абсолютно нестандартный код адаптивности.
Firefox 52.9.0 и Maxthon 5.2.3.3000 – понимают.в инспекторе firefox не отображается как обычно ширина колонок div.content-area и aside.sidebar. но адаптивность работает!
за адаптивность колонок отвечают:
<div id="primary" class="content-area">
и
<aside id="secondary" class="sidebar widget-area clearfix">
возможно браузеры не понимают строки:
grid-row-start: grid-column-start: order: (-ms-high-contrast: none), (-ms-high-contrast: active)
- The topic ‘Older browsers don’t understand 70-30% column responsiveness sidebar’ is closed to new replies.