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,423
  • 12
  • 39
  • 75

1 Answers1

0

Try this:

noindex:-o-prefocus, .your_class {
  //your CSS rules here
}
Ionut Necula
  • 11,107
  • 4
  • 45
  • 69