Answer the question
In order to leave comments, you need to log in
How to move menu on low screen resolution?
Hello! The task is on the existing site, with a screen resolution of 480px and below, to move the navigation down the page. Menus are located on the left and right. Content in the middle. Here is an example:
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div>Навигация</div>
<div>
<ul>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
</ul>
</div>
</td>
<td valign="top">
<h1>Заголовок</h1>
Текст на странице
</td>
<td valign="top">
<div>Навигация</div>
<div>
<ul>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
<li><a href="#">Пункт</a></li>
</ul>
</div>
</td>
</tr>
</table>
@media screen and (max-width: 480px)
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question