How to write styles for safari? Everything that I find on the Internet works on safari and chrome, or does not work at all.
Used:
[if lt Safari] <link rel="stylesheet" type="text/css" href="<?php //echo Yii::app()->request->baseUrl; ?>/css/safari.css" media="screen, projection" /> ![endif] body:first-of-type .class{} html:root*.class {} html*.class {} But nothing helps.
The main style itself is loaded like this.
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.css" /> It is worth noting that I spend the test on Safari under Windows. There is no possibility to use Mac)