Jump to content
  • 0

Горизонтальное меню в Opera


Michael Myers
 Share

Question

Здравствуйте! Столкнулся с проблемой. Сделал меню, в Chrome и Mozilla работает, а вот в Opera не становиться горизонтальным. Делаю способом float:left. Подскажите, пожалуйста, как исправить.

(http://87.237.116.73/Otromt/forum.html)


<div class="menu">
<ul class="menu_ul">
<li><a href="http://test1.ru/about.php">About</a></li>
<li><a href="http://test1.ru/forum.php">Forum</a></li>
<li><a href="http://test1.ru/prices.php">Prices</a></li>
</ul>
</div>


.menu{
color: darkred;
column-count: 3;
margin-bottom: -60px;
height: 100px;
text-align: center;
font-size: 30px;
}
.menu_ul{
margin-top: 0;
margin-left:170px;
list-style: none;
}
.menu_ul li
{
float:left;
margin-left: 5px;
margin-top: 0px;
width: 200px;
height:40px;
}
.menu_ul li a
{
padding-top: 30px;
display: block;
width: 200px;
height: 40px;
background: grey;
color:black;
border: 3px grey;
border-radius: 10px;
}
.menu_ul li.current a, .menu_ul li a:hover{
color: white;
background:black;
}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Для menu_ul нужно задать ширину.

Спасибо большое. Сразу же помогло. Ну Opera здесь плоха, конечно. Могла бы и автоматом сама правильную ширину задать, как это сделали лиса и Chrome. Надо будет на будущее запомнить.

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