A
A
AhmedGasem2016-10-15 19:48:35
css
AhmedGasem, 2016-10-15 19:48:35

How can I make the menu stay at the top when scrolling the page?

I do not know javascript, but I really need the menu to stay pinned to the top. How can I do this? Maybe through css styles or bootstrap classes? I doubt that I can do it through js7395d2514a48442e95d6e0894af14c8c.jpg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dark Hole, 2016-10-15
@abyrkov

display: fixed;
PROFIT!

D
Dmitry Khristoev, 2016-10-15
@Haoss

stickyjs.com

A
Anton fon Faust, 2016-10-16
@bubandos

position: fixed;
But, in general, we would look at bootstrap examples.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question