There is a site , or rather I just do it. So, there is some kind of bug. The point is this. If the search input receives focus, the button next to it is framed by a black border, and this only happens in the opera (I have 11.52). In a fox, google, and even a donkey, I do not observe this. Maybe someone will tell you what the problem is? Or is it just an opera bug?

  • Funny. And try to cut down autocomplete on search input. Ie, remove the event onFocus. - Alex Kapustin
  • autocompetition out of focus. That without him http://demo.versal.cn.ua/ - DemoS

2 answers 2

It looks like this is a feature of the opera, highlighting the submit of the form. If you change submit to button, then everything is ok.

  • Well, submitting by js is not a problem. And at the expense of the wrapper did not understand ... In your example, I see the same effect. - DemoS
  • Therefore, I deleted it :) The essence is approximately as follows: обернуть кнопку дополнительным элементом, задать самой кнопке border: none, а обёртке соответствующий border и border-radius. - Alex Kapustin pm
 <input type="image" /> 

And no problem! Provided that the verification field in the form will be some sort of hidden field!

  • Images as functional elements of the form do not recognize. If I understand you correctly, of course. - DemoS
  • I also don’t recognize a lot of things in my views, but if it works it means it is good! - Palmervan