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.
我试图将内容/图像放在 CSS 中,但它最终只能在 Chrome 中运行,而不能在 Mozilla 和 IE 等其他浏览器中运行。我忘记了什么?
这是适用于 Chrome 的 CSS
.content { position:absolute; right:100px; width:300px; }
将此添加到您的 CSS
float:right;