Jump to content
  • 0

Selectivizr + :last-child - не работает в IE8


aaron
 Share

Question

Доброго времени суток всем.

Новичек в Javascript. Решил ознакомиться с утилитой Selectivizr. Создал для пробы такой код (на JSFiddle или CodePen не привожу, ибо не получилось у меня наглядно показать там пример кода):


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>selectivizr</title>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/mootools/1.4.5/mootools-yui-compressed.js"></script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="javascripts/selectivizr.js"></script>
<noscript><link rel="stylesheet" href="[fallback css]" /></noscript>
<![endif]-->
<link rel="stylesheet" type="text/css" href="stylesheets/screen.css">
</head>
<body>
<div class="box">
<img src="http://placehold.it/95/778899/000">
<img src="http://placehold.it/95/778899/000">
<img src="http://placehold.it/95/778899/000">
<img src="http://placehold.it/95/778899/000">
<img src="http://placehold.it/95/778899/000">
</div>
</body>
</html>


/* line 2, ../sass/screen.scss */
.box {
width: 495px;
margin: 100px auto;
overflow: hidden;
}
/* line 6, ../sass/screen.scss */
.box img {
vertical-align: top;
float: left;
margin-right: 5px;
}
/* line 10, ../sass/screen.scss */
.box img:last-child {
margin-right: 0;
}

В IE10 (я перевел его в режим работы IE8) утилита Selectivizr не отрабатывает псевдо-класс :last-child. Последний блок-картинка находится внизу, как и предполагается, когда псевдо-класс :last-child не понимается браузером.

Вот так - http://itmages.ru/im...289269/059dd2a6

Пробовал разные варианты подключения - без толку. В Инете не нашел точного ответа на этот вопрос (на том же StackOverflow).

Подскажите, в чем причина?

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