搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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).