Jump to content
  • 0

Проблемы с отображение backgroun в IE


Pashkes
 Share

Question

Есть код вот css и html. Проблема в том что в IE установленные background в классах .bottom и .top не отображаются. В остальных браузерах все норм. В чем проблема, подскажите.

.navigation{ 
margin-top: 10px;
width: 236px;
height: 270px;
background: #84b2e6;
}
.navigation .top{
height: 41px;
padding: 10px 0px 0px 0px;
background: url('images/top-navigation.png')no-repeat;
}
.navigation .bottom{
height:19px;
background: url('images/bottom-navigation.png')no-repeat;
}
.navigation h4{
color: #ffffff;
font-family: sans-serif;
}
.navigation-menu{
list-style-type: none;
color: #ffffff;
padding: 0px 0px 0px 8px;
}
.navigation-menu li {
background: url('images/hr.png') no-repeat bottom;
padding: 7px 0px 0px 0px;
}


<div class="navigation">
<div class="top"><h4 align="center">Навигация</div></h4>
<ul class="navigation-menu">
<a href="#"><li>Релизы Detalife Engine</li></a>
<a href="#"><li>Бесплатные модули</li></a>
<a href="#"><li>Платные модули</li></a>
<a href="#"><li>Платные шаблоны</li></a>
<a href="#"><li>Бесплатные шаблоны</li></a>
<a href="#"><li>Хаки для Datalife Engine</li></a>
<a href="#"><li>Баг-фиксы</li></a>
<a href="#"><li>Советы по движку</li></a>
<a href="#"><li>Иконки груп</li></a>
</ul>
<div class="bottom"></div>
</div>

Должно выглядеть вот так 1300194342-clip-10kb.png

Edited by Pashkes
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Вот никогда нельзя делать:

<a href="#"><li> ... </li></a>

Нужно так:

<li><a href="#"> ... </a></li>

background: url('images/top-navigation.png')no-repeat;

Возможно не хватает пробела перед словом no-repeat

И всего то,какой то пробел. Спасибо за оперативную помощь.

Edited by Pashkes
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