Jump to content
  • 0

DD меню js+css


steelhammer
 Share

Question

Добрый день, уважаемые гуру. Проблема совсем не большая, но решение так и не удалось найти. Дроп даун меню на ксс и ява-скрипте. Работает нормально. Но! Есть проблема с выравниванием текста по вертикали. Так как меню основано на списке то vertical-align не работает, line-height не подходит, потому как в меню присутствуют двухстрочные заголовки. Второй день ломаю голову.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0


/*css*/
.topmenu li, .topmenu span {
display: -moz-inline-block;
display: inline-block;
vertical-align: middle;
}
.topmenu li {
width: 100%;
}
.topmenu span {
width: auto;
height: 100%;
}
/*html*/
<div class=".topmenu">
<ul>
<li><span>Тест</span></li>
</ul>
</div>

Я правильно понимаю что span в тут не является хелпером и поэтому в моем случае это не заработает?

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