Jump to content
  • 0

Кроссбраузерность


Imperil
 Share

Question

6 answers to this question

Recommended Posts

  • 0

Чтобы не лечить такие баги нужно делать правильную верстку.

Бордер не пропадает а режется.


<ul class="nav">
<li><a href="#">link1</a></li>
<li><a href="#">link2</a></li>
<li><a href="#">link3</a></li>
<li><a href="#">link4</a></li>
</ul>


.nav{
border-bottom: 1px #888899 solid;
font-weight:bold;
list-style: none;
margin:0;
padding:4px 0 0;
overflow:hidden;
}
.nav li{
float:left;
margin-right:10px;
}
.nav a{
background: #a5dbf5;
border: 1px #000 solid;
border-bottom: none;
color: #000;
display:block;
padding:10px 14px;
position:relative;
text-decoration: none;
}
.nav a:hover{
margin:-4px 0 0;
padding-top:14px;
}

или, ещё один вариант


.nav{
border-bottom: 1px #888899 solid;
font-weight:bold;
list-style: none;
margin:0;
padding:0;
overflow:hidden;
}
.nav li{
float:left;
margin-right:4px;
padding:4px;
}
.nav a{
background: #a5dbf5;
border: 1px #000 solid;
border-bottom: none;
color: #000;
display:block;
padding:10px;
position:relative;
text-decoration: none;
}
.nav a:hover{
margin:-4px;
padding:14px;
}

Проверил до ие7 включительно.

Edited by Yazon_Nile
Link to comment
Share on other sites

  • 0

Чтобы не лечить такие баги нужно делать правильную верстку.

Бордер не пропадает а режется.


<ul class="nav">
<li><a href="#"><span>link1</span></a></li>
<li><a href="#"><span>link2</span></a></li>
<li><a href="#"><span>link3</span></a></li>
<li><a href="#"><span>link4</span></a></li>
</ul>


.nav{
border-bottom: 1px #888899 solid;
font-weight:bold;
list-style: none;
margin:0;
padding:4px 0 0;
overflow:hidden;
}
.nav li{
float:left;
margin-right:10px;
}
.nav a{
background: #a5dbf5;
border: 1px #000 solid;
border-bottom: none;
color: #000;
display:block;
padding:10px 14px;
position:relative;
text-decoration: none;
}
.nav a:hover{
margin:-4px 0 0;
padding-top:14px;
}

или, ещё один вариант


.nav{
border-bottom: 1px #888899 solid;
font-weight:bold;
list-style: none;
margin:0;
padding:0;
overflow:hidden;
}
.nav li{
float:left;
margin-right:4px;
padding:4px;
}
.nav a{
background: #a5dbf5;
border: 1px #000 solid;
border-bottom: none;
color: #000;
display:block;
padding:10px;
position:relative;
text-decoration: none;
}
.nav a:hover{
margin:-4px;
padding:14px;
}

Проверил до ие7 включительно.

Я не до конца понял что режется, почему, и из-за чего? Если не затруднит - объясни поподробнее пожалуйста.

Link to comment
Share on other sites

  • 0

Верхний бордер обрезался. По какой именно причине не скажу. Но основная - логика в твоей верстке отсутствует.

Во-первых ссылки у тебя инлаиновые, а ты им верхний и нижние отступы даешь. Ссылки сделаешь блочными - будет все работать, правда не так, как тебе нужно. Но потом доделаешь, думаю по примеру.

Link to comment
Share on other sites

  • 0

Верхний бордер обрезался. По какой именно причине не скажу. Но основная - логика в твоей верстке отсутствует.

Во-первых ссылки у тебя инлаиновые, а ты им верхний и нижние отступы даешь. Ссылки сделаешь блочными - будет все работать, правда не так, как тебе нужно. Но потом доделаешь, думаю по примеру.

СпасибО!

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