Two questions:
– I put the shortcode of the plugin “ajax seach pro” in the top of my page; On Firefox the magnifying glass is masked as the options.
On the other browsers (chrome, opera, IE10, edge); What is the problem ?
– I want to disable the options next to the picto loupe (search button), is this possible?
The issue with the magnifier is because of some invalid HTML code that is injected directly to the search output code, see this screenshot: http://i.imgur.com/GwQUBB6.png
This can happen if the container element is some kind of builder text element and it automatically adds line breaks and paragraphs. In this case I would recommend changing that to something else (maybe a HTML element or something).