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;