html - Input and button inline -


Is there a multi-browser approach to inline input and buttons? See . Appears below the input button. Ordinary margins do not help:

  & lt; Div & gt; & Lt; Input type = "text" style = "margin-top: -50px;" / & Gt; & Lt; Button style = "height: 25px; width: 20px" /> & Lt; / Div & gt;   

I found this error when using the jQueryUI calendar: the calendar button has been automatically inserted after the calendar tag. So I do not want to change markup with more divs.

:

  input, Button {vertical-align: center; }   

vertical-align / P> cell box.

Comments

Popular posts from this blog

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -

sql - PostgreSQL automatically update row at specific date -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -