Jump to content

Smart_Bomber

Newbie
  • Posts

    3
  • Joined

  • Last visited

Smart_Bomber's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. http://jsfiddle.net/ZZynx/2/ Вот, вроде бы так Исправить ошибку удалось добавив margin-left в три процента и width 103% Но по-моему это не совсем нормальное решение проблемы
  2. Есть меню, но дело в том, что непонятно откуда берется довольно таки большой отступ. Верстаю не так давно, поэтому вполне мог и нахимичить. Прошу помощи body { margin: 0; padding: 0; width: 100%;}.menu { list-style: none;}.menu li { text-align: center; width: 14.28%; margin-left:0; margin-right: 0; padding:0 0; background: #E0EEEE; float: left; font-size: 32px; font-family: Calibri;}.menu a { text-decoration: none; color: #000; display: block;}.menu a:hover{ background: #C1CDCD; transition-property: background; transition-duration: 0.5s;}.main { display: block; width: 100%; overflow: hidden;}
×
×
  • 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