Jump to content
  • 0

При некоторых масштабах кнопка меню уходит


nikki4
 Share

Question

здравствуйте!

при нормальном масштабе нормально меню.. а на другом компьютере с высоким разрешением один пункт меню уходит вниз.. пробовал на этом компьютере, тут при уменьшее масштаба тоже лезет..

4ac07c66562e.jpg

а если еще увеличить, или наоборот уменьшить до опредленного уровня то станет нормально..

что тут поправить?

вот меню:

    <div id="topmenu">
<div id="navigation">
<ul class="nav">
<jdoc:include type="modules" name="Menu" />
</ul>
</div> <!-- #navigation-->
</div> <!-- #topmenu-->

вот его css


#topmenu {
margin: 0 auto;
width:958px;
height:60px;
background:white ;
margin-top:-60px;
border-radius:9px 12px 0 0;
background:rgba(255,255,255,0.9);
}


#navigation {
margin: 0 auto;
width: 958px;
height:40px;
border-top:2px double #d3d2d0;
border-bottom: 2px double #d3d2d0;
}

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Смещаеться вниз потому что пункты меня не помещаються в отведенный вами блок. Задайте пунктам меню фиксированные width или max-width(что бы не растягивались), уберите/уменьшите padding и добавьте text-align: center

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy