Jump to content
  • 0

Проблемы с IE 7 - 8


dakanca
 Share

Question

Добрый день.

Вероятно решается просто.

Не знал как сформулировать, чтобы загуглить.

<a href="#"><div class="icon-share-shadow-17x13"></div></a>

.icon-share-shadow-17x13 {
background: url("/content/images/i/icon/icon-action-with-shadow.png") no-repeat -20px 0;
width: 17px;
height: 13px;
display: inline-block;
zoom: 1;
*display: inline;
}

Не отображает иконки в IE - 7 - 8

Идею взял с http://fortawesome.github.com/Font-Awesome/

Про в хаке для IE 7 такой код:

.icon-refresh {
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
}

Edited by dakanca
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Для ие7 надо не звездочку ставить а нижнее подчеркивание.

_zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');

Данное решение используется для font-awesome

Для себя не использовал.

При загрузке странице background появляется, но при окончании загрузки исчезает.

Не знаю что и делать. Буду вставлять чз img.

Потом переделаю. (

Link to comment
Share on other sites

  • 0

Решил.

Изначально файлы стилей иконок в отдельный файл, а стили позиционирования в другой.

Стили позиционирования стояли выше стиля иконок в head

Поднял стиль иконок на самый верх.

Работает.

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