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.
我的页面上有以下设置:
我想将输入元素相对于其下方的表格定位,并且我希望它们向右对齐,并且无论表格大小我都希望这种情况发生(因为不同的表格将具有不同的大小但具有相似的输入)。
我将如何实现这个目标?
form { float: right; margin-right: /* until it looks good */ }
这将完成你正在寻找的东西。如果您希望它真正与表格相关,则需要将其放在表格内并给它一个负的上边距。或者,将两者都放在一个父 div 中,并使它们都相对于父 div 相等。