- Professional CSS3
- Piotr Sikora
- 70字
- 2021-07-02 16:39:37
Checking compatibility
Some CSS features don't work in all browsers. Some new properties need browser-specific prefixes (like -ms
, -o
, -webkit
) to work properly across all modern browsers. But how to check if you can use some properties in your project? Of course, you can check it yourself, but the easiest way is to check it on http://caniuse.com/. You can open this web page and check which properties you can use.

推薦閱讀
- Mastering JavaScript Functional Programming
- C++案例趣學
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- The Supervised Learning Workshop
- 軟件項目估算
- Java多線程編程實戰指南:設計模式篇(第2版)
- Delphi程序設計基礎:教程、實驗、習題
- 數據庫原理及應用(Access版)第3版
- 架構不再難(全5冊)
- Mastering QGIS
- 零基礎學Java(第4版)
- 深入淺出PostgreSQL
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Visual Basic程序設計實踐教程
- INSTANT Apache ServiceMix How-to