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 上使用样式,因此它们就像受控制的图像。在不使用绝对定位的情况下,如何使 div 浮动到屏幕的右下角?
你说你不想使用:
position: absolute; bottom: 0;
我猜你也不想用这个?
position: fixed; bottom: 0;
我有以下 HTML 代码
<div id="form_target"></div> <form action="?r=index/login" target="#form_target"></form>
我想从 actionLogin 返回文本并将其显示在 f