Разделы
Veselov CV | vvShop © 2008 – 2022
Контакты
email:
skype:
Вернуться
» » » ul li по центру

ul li по центру


Извечный вопрос как сделать меню ul li по центру, способов есть несколько, вот один из них:
    

  • test

  • test

  • test

  • test

  • test


ul {
width:100%;
background:red;
height:20px;
text-align:center;
}
li {
display:inline-block;
*display:inline; /*IE7*/
*zoom:1; /*IE7*/
background:blue;
color:white;
margin-right:10px;
}

http://jsfiddle.net/3Ezx2/3/
Оставить комментарий
Вверх