jquery - HTML Select box display question -


Can I control the way the selection box is displayed anyway. Currently showing it below, here I should show the box below. It is after the text "Test:" I want to see "Selection" and the whole box should go down. Is this possible?

Enter image details here

And here for mine The code is:

  Test:    

In addition to the Town;

Way 1:

  & lt; Table & gt; & Lt; TR & gt; & Lt; Td valign = "top" & gt; Test: & lt; / Td> & Lt; Td valign = "top" & gt; Select the box & lt; / Td> & Lt; / TR & gt; & Lt; / Table & gt;   

Way 2:

  & lt; Div style = "float: left;" & Gt; Text: & lt; / Div & gt; & Lt; Div style = "float: left;" & Gt; Select box here & lt; / Div & gt;    

Comments