HaroldWalker Posted March 21, 2014 Report Share Posted March 21, 2014 Adicionei uma caixa de pesquisa em meu site e ela é exibida de maneiras diferentes em diferentes navegadores, no caso Google Chrome e Internet Explorer. Gostaria de saber como é possível fazer com que a caixa tenha o mesmo tamanho em ambos os navegadores. <form action="/search/" id="fulltextSearchResult" method="get"> <table border="0" cellpadding="6" cellspacing="0" style="background-color: rgb(43, 43, 43); border: 1px solid rgb(78, 78, 78)" width="500"> <tbody> <tr> <td><input id="fulltextSearchTextResult" name="text" size="60px" type="text" value=""><button type="submit">Pesquisar</button></td> </tr> </tbody> </table> </form> Link to comment Share on other sites More sharing options...
I-NOZex Posted March 21, 2014 Report Share Posted March 21, 2014 para começar logo desde inicio a evitar certos problemas, é boa pratica usar um reset/normalize css: http://necolas.github.io/normalize.css/ http://meyerweb.com/eric/tools/css/reset/ a mera diferença entre ambos, é que o normalize.css está mais preparado para o html5... B2R » Beat2Revolution v3.0b | Regista e divulga-nos beat2revolution.net Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now