0

I want to put a opera specific CSS on my app.

How can I give a different top value so that it doesn't affect on other browsers.

Thanks

Suraj
  • 2,263
  • 9
  • 33
  • 72

1 Answers1

0

Try this:

noindex:-o-prefocus, .your_class {
  //your CSS rules here
}
Ionut
  • 10,707
  • 4
  • 40
  • 69