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.
我在修复基本代码时遇到了麻烦,我想也许你可以帮助我......请查看示例代码
<http://jsfiddle.net/Alidad/kkaYc/>
如您所见,当您从菜单中选择图像时,它会在黄色背景上显示图像,然后您可以将标题名称放在文本字段中,它将如何在图像顶部显示标题名称。
但是,我试图弄清楚如何修复在同一行中显示所有内容,而不是第一行标题和第二行图像,而是首先显示标题名称和同一行中的图像!
我试图四处走动它不起作用。
任何想法!
是
使用span代替div:
span
div
<span id="Displaytitle"></span> <span id="image"></span>
http://jsfiddle.net/kkaYc/1/