Jump to content
  • 0

Проблемное меню


Seemann
 Share

Question

В вёрстке как бы не новичок, но возникла заминка с меню. Реально ли сделать в точности как на изображении?

Начал делать, само собой разумеется, списком. Но пока получается не айс...(

menu.png

Спасибо.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

А в чем, собственно, проблема? В отступах чтоли?

Если с отступами - (Opera 11, FF3.6, Chrome, Ie7-8)


<style type='text/css'>
#main_menu ul{
display: block;
border: 1px solid red;
}
#main_menu ul li,
#main_menu ul li.active{
display: block;
float: left;
border: 1px solid black;
line-height: 80px;
}
#main_menu ul li{
margin-left: -5px;
}
#main_menu ul li.active{
margin-left: -30px;
}
#main_menu ul li a{
vertical-align: middle;
border : 1px solid yellow;
display : inline-block;
*display: inline;
*zoom:1;
line-height : 1;
}
</style>

Link to comment
Share on other sites

  • 0

А в чем, собственно, проблема? В отступах чтоли?

Если с отступами - (Opera 11, FF3.6, Chrome, Ie7-8)


<style type='text/css'>
#main_menu ul{
display: block;
border: 1px solid red;
}
#main_menu ul li,
#main_menu ul li.active{
display: block;
float: left;
border: 1px solid black;
line-height: 80px;
}
#main_menu ul li{
margin-left: -5px;
}
#main_menu ul li.active{
margin-left: -30px;
}
#main_menu ul li a{
vertical-align: middle;
border : 1px solid yellow;
display : inline-block;
*display: inline;
*zoom:1;
line-height : 1;
}
</style>

Спасибо! Да, была проблема с отступами. Точнее, при смене активного раздела, где меняется его ширина и бэкграунд.

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