Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.fixed { position: fixed; bottom: 0; width: 100%; height: 50px; background-color: #17a2b8; }
<aside class="main-sidebar"></aside> <section class="content"> <table class="table"> <thead> <tr> <th>N1</th> <th>N2</th> <th>N3</th> </tr> </thead> <tbody> </tbody> </table> <div class='fixed'>DIV</div> </section>
Uncaught SyntaxError: Unexpected token 'switch'
Получается отсуп между div`ом и sidebar`ом, как его можно убрать?