문제

How can have a custom css file for just opera browser ?

Something like IF IE.

I want to have a special one for opera.

도움이 되었습니까?

해결책

You may use the -o-prefocushack test this in a opera browser to see the difference

<p>HELLO WORLD</p>

p { font-size: 20px;  }
-o-prefocus, p{
       font-size: 90px;
}
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top