当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Browser question or issue

more options

I have a question about the way Firefox browsers behave from a PC to an Android device. I have a simple non responsive HTML CSS website that I have built that looks good on a Windows PC browser but on my Android devices the layout is slightly off. I have tried a few tricks to solve the issue by adding a bit of length to a page so I could space out the text boxes and the links but it didn't help. The best way to describe this is to let you see a couple of snapshots so someone can see the actual issue first-hand. I normally test my websites on two different browsers with the other browser being Chrome. I test both on PC and Android and the issue is only showing up on Android devices. I am a Firefox user but I still test across a few different browsers to see how a website will behave. As mentioned, I only see this issue with Firefox on my Android devices and I have not been able to solve this issue. I would like to ask you if you can advise me on this issue. Thank you, Mike

I have a question about the way Firefox browsers behave from a PC to an Android device. I have a simple non responsive HTML CSS website that I have built that looks good on a Windows PC browser but on my Android devices the layout is slightly off. I have tried a few tricks to solve the issue by adding a bit of length to a page so I could space out the text boxes and the links but it didn't help. The best way to describe this is to let you see a couple of snapshots so someone can see the actual issue first-hand. I normally test my websites on two different browsers with the other browser being Chrome. I test both on PC and Android and the issue is only showing up on Android devices. I am a Firefox user but I still test across a few different browsers to see how a website will behave. As mentioned, I only see this issue with Firefox on my Android devices and I have not been able to solve this issue. I would like to ask you if you can advise me on this issue. Thank you, Mike
添付されたスクリーンショット

すべての返信 (1)

more options

Hi Mike, you don't normally need to set a length for a page or for elements in your page. If your CSS uses position:absolute or position:fixed, you could consider letting it use a normal flow instead (i.e., do not use position rules).