N
N
Nikita Roschenko2014-10-30 17:28:49
css
Nikita Roschenko, 2014-10-30 17:28:49

How to make a div full screen with menu items?

In general, the essence is this, I want to make google maps full screen. That is, what would the card container be fixed and occupy the entire screen, but at the same time it was possible to make containers for the menu from the top and left.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Arseniy Togulev, 2014-10-30
@tetra

go to google maps https://www.google.ru/maps and see how they did it
for the container with the map

#content-container {
position: absolute;
bottom: 0;
width: 100%;
z-index: 0;
}

container at the top
#omnibox {
position: absolute;
left: 0px;
margin: 16px;
top: 0px;
z-index: 10;

}

A
Alexander Ivanov, 2014-11-02
@oshliaer

I recommend using the map as the background of the page. A fairly simple setup is described here Use Google Maps as a Background of your Webpage

E
Eugene, 2016-12-27
@Eugen_p

The easiest way is to use decimal

S
Stepan Krapivin, 2016-12-27
@xevin

>>> print("%.2f" % (17.09-17))
0.09

Z
zooks, 2016-12-27
@zooks

https://docs.python.org/3/tutorial/floatingpoint.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question