
Problem pojawia się kiedy otworzę stronę w ie

css:
html body { background-color:#EBEBEB; font-family:"Helvetica neue",Helvetica,Arial,Sans-serif;line-height:1 } table { border-spacing:0; border-collapse:collapse } #gh-ac-box { border:1px solid #ddd; background:#fff;height:38px; padding:0 10px 0 1px; -moz-border-radius:3px 0 0 3px; border-radius:3px 0 0 3px; } #gh-ac { font-size:16px; color:#767676; border:0; margin:0; padding:10px 0 9px 8px; width:100%; background:transparent; outline:0; box-shadow:none } #gh-ac:focus { color:#000 } #gh-ac::-webkit-input-placeholder { color:#767676 } #gh-ac:focus:-moz-placeholder,#gh-ac:focus::-moz-placeholder { color:transparent!important } #gh-ac:focus::-webkit-input-placeholder { color:transparent!important } #gh-cat-box { border:1px solid #ddd; border-left:0; padding:0 10px; height:38px; background:#fff; } #gh-cat { color:#333; font:12px Arial; border-width:0; margin-top:10px; width:160px; height:18px; overflow:hidden; text-overflow:ellipsis; } #gh-btn { background: url(search.png) no-repeat; border-radius:0; text-indent:-9999px; width:43px } .btn { height:40px; border:1px solid transparent; border-radius:3px; box-shadow:0 3px 0 rgba(0,0,0,0.04); vertical-align:baseline; text-align:center; text-decoration:none; white-space:nowrap; font-weight:500; font-size:16px; cursor:pointer; zoom:1; display:inline-block; margin-top:-1px; margin-left:-1px; } .btn:hover { background-color:#eee; text-decoration:none; } .btn:active { position:relative; top:1px } .btn-prim,a.btn-prim,a.btn-prim:visited { background:#00509d; text-decoration:none; color:#fff } #adv-search { color:#0068af; text-decoration:none; } #adv-search:hover { text-decoration:underline; }
html:
<!DOCTYPE html> <head> <link href="style.css" type="text/css" rel="stylesheet"> </head> <body> <div> <table> <tr> <td> <form action="..." method=get> <input type=hidden> <table> <tr> <td> <div id=gh-ac-box> <input autocomplete=off id=gh-ac placeholder="Search... " maxlength=300 size=50 type=text autofocus> </div> </td> <td> <div id=gh-cat-box> <select id=gh-cat size=1 title="Select a category for search"> </select> </div> </td> <td> <input value="Search" id=gh-btn class="btn btn-prim" type=submit> </td> <td> <div> </div> </td> </tr> </table> </form> </td> </tr> </table> </div> </body> </html>
Co zrobić żeby pasek wyglądał identycznie jak w chromie?
Pozdrawiam
Nikt nie wie w czym problem?
Mógłbym prosić o pomoc?