S
S
sergey19892015-12-21 22:17:36
css
sergey1989, 2015-12-21 22:17:36

How to make such a menu (adaptive)?

Good day. Please advise how to implement such a menu? But the most important thing is how to vertically stretch the blocks to full width? The whole project goes to BS3.

db01711d69414c65bcce30c0c37a7506.JPG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey, 2015-12-21
@sergey1989

Don't forget to grab the plugin https://github.com/kamens/jQuery-menu-aim
and the main menu can start with
#sideMenu {
position: fixed;
width: 190px
height: 100%;
......
If you need at all for the entire height, then just pos: abs; h:100% in body
if to viewport height then js -> window.height -> inline style

K
kiril901, 2015-12-21
@kiril901

width=100%

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question