Jump to content
  • 0

Не понимаю поведение эдементов


shtuceron
 Share

Question

Добрый день,

я сейчас перемалываю стили стандартной темы wordpress (работаю с меню) и никак не могу понять почему образуется зазор.

Код меню представлен ниже:


<!DOCTYPE html>
<html>
<head>
<style>
/* Navigation Menu */
#access {
display: block;
width: 100%;
text-align: center;
margin: 0px 0px;
padding: 0px 0px;
border: 1px green solid;
}
#access .menu-menu-container {
display: -moz-inline-stack;
display: inline-block;
*display: inline;
zoom: 1;
margin: 0px 0px;
padding: 0px 0px;
border: 1px purple solid;
}
#access ul {
display: block;
width: 100%;
margin: 0px 0px;
padding: 0px 0px;
font-size: 14px;
text-align: center;
list-style-type: none;
}
#access li {
float: left;
position: relative;

border: 1px blue solid;
}
#access a {
display: block;
text-decoration: none;
}
</style>
</head>
<body>
<div id="page" class="hfeed">
<header>
<div id="access">
<div class="menu-menu-container">
<ul>
<li>
<a>главная</a>
</li>
<li>
<a>регистрация</a>
</li>
</ul>
</div>
</div>
</header>
</div>
</body>
</html>

Зазор между синей и зеленой рамкой, откуда он возникает? :

5Sg577be.png

Спасибо

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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