Jump to content
  • 0

Выравнивание меню по центру


m-alberta
 Share

Question

Уважаемые знатоки, здравствуйте.

Пытаюсь выравнять текст меню по центру, но пока не получается.

Может ли кто-нибудь помочь?

На меню можно посмотреть здесь:

http://www.marssel.org/rus/

На данный момент прописаны такие стили:

#menu ul {
background-image:url(../images/menu.png);
width:962px;
height:52px;
margin:0 auto;
background-repeat: no-repeat;
overflow:hidden;
clear:both;
}

#menu ul li {
background-image:url(../images/sep.png);
background-position: right;
background-repeat: no-repeat;
width:112px;
height:50px;
margin-right:-2px;
display: block;
float:left;
}

#menu ul li a {
width:109px;
height:52px;
padding:0;
margin:0;
padding-top:14px;
color:#8b8a88;
font-size: 14px;
text-decoration: none;
display: block;
text-align: center;
outline: 0;
float:left;
}

#menu ul li a:hover, #menu ul li a.hover {
width:109px;
height:50px;
padding-top:14px;
font-size: 14px;
text-decoration: none;
display: block;
outline: 0;
background-image:url(../images/light3.png);
background-position: top center;
background-repeat: no-repeat;
color:#FFF;
float:center;
}

#home {
margin-bottom: 300px;

Что тут нужно изменить?

Спасибо

Edited by alexriz
Оформляйте код в тег CODE!!!
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

можно #menu ul li сделать {display: inline-block;}

ну и text-align: center; применить для родительского блока.

и высоту хедера увеличьте до 150px, а то как то наезжает ведь

шрифт в 8px это жестко) ну да не суть)

Edited by npofopr
Link to comment
Share on other sites

  • 0

Opera - полет нормальный. И заголовок и навигация и подписи в менюшках - все по центру. Даже при масштабировании.

Только у пункта "Главная" слева вертикальный разделитель где-то потерялся (а может так и надо...).

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