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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -