IE9 background image 1 white px :(

this is my website

http://www.forid.ir

it's not English, but my question is about the search box (it has an icon and is obvious)

about the curves in the search box, if your browser is NOT IE9, you can see that everything works correctly. (including IE8 -)

but if you are using IE9, there is one white pixel in the right corner, I don’t know what the reasons are, i.e. behave like this: (

between the corners, I have an input that has an appropriate border, I tried many possibilities, but it does not work, the last option is to forget about the curves and have an image for the entire input background.

This is the worst English I've ever used !! so sorry this is hard to explain.

+3
source share
1 answer

, -, direction: rtl body. , , .

- - :

<!--[if IE 9]>
<style>
#sr_right {
    margin-left: -1px;
}
</style>
<![endif]-->
0

All Articles