Jump to content
  • 0

Вёрстка IE Mozilla, не верно работает filter


ученик
 Share

Question

Только один Google Chrome отображает верно!  Как именно нужно настроить кроссбраузерные стили что бы изображение стало чёрно белым?

 

Я делал так и сработало только в Google Chrome :

-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);-moz-filter: grayscale(100%);

Вот сам пациент : http://myatlanta.pe.hu/templates1/

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Только один Google Chrome отображает верно!  Как именно нужно настроить кроссбраузерные стили что бы изображение стало чёрно белым?

 

Я делал так и сработало только в Google Chrome :

-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);-moz-filter: grayscale(100%);

Вот сам пациент : http://myatlanta.pe.hu/template 

 

что ни кто не знает ? вроде все здесь Гуру вёрстки 

<svg width="100%" height="100%" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">     <filter id="grayscale">          <feColorMatrix type="saturate" values="0"/>     </filter>     <image filter="url(#grayscale)" xlink:href="http://myatlanta.pe.hu/templates1/img/color/pic1.jpg" style="display:block;"width="100%" height="100%" /></svg>

ученик вот так вроде  http://codepen.io/anon/pen/dGYzWd?editors=110 пример

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