Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jQuery モバイルを使用してサイトを作成していますが、何らかの理由でテキストボックスとボタンを同じ行に配置できません。
<div data-role="footer" data-position="fixed"> <input type="text" placeholder="Your Message" id="usermsg" /><input type="button" value="Send!" id="submitmsg" /> </div>