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.
我以前在表单上使用动态创建的输入文本字段来允许用户输入朋友的姓名。但是,在我重新设计时,此表单将位于 div 内的图像之上,如果它延伸出来,它看起来有点垃圾。
是否有任何替代方法允许用户输入多个在背景图像范围内看起来不错的名称?
您可以有一个添加朋友的按钮,并在单击时显示一个显示单个文本字段和按钮的小灯箱。在添加每个朋友时,在灯箱本身中显示选定的朋友。就像 facebook 在您添加好友以发送消息时所做的那样;)