Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Bootstrap 4.6 not working on FIREFOX

more options

Hello! I have been trying every other solution i could find but Firefox doesn't use bootstrap at all.

Here is how it looks:

When i open it on chrome, it runs how it is supposed to. I also used the file path to link it locally.

Bootstrap version 4.6.1 ( Supports Firefox unlike 5 ) Firefox version 98.0.2

Image 1 - In Firefox Image 2 - In Chrome

Hello! I have been trying every other solution i could find but Firefox doesn't use bootstrap at all. Here is how it looks: When i open it on chrome, it runs how it is supposed to. I also used the file path to link it locally. Bootstrap version 4.6.1 ( Supports Firefox unlike 5 ) Firefox version 98.0.2 Image 1 - In Firefox Image 2 - In Chrome
Прикачени екранни снимки

Всички отговори (3)

more options

Is there a demo site for this? Links to non-Mozilla sites are diverted to a spam moderation queue, so to bypass that, you could break the URL before the top level domain:

https://example .com/path/page.html

more options

jscher2000 - Support Volunteer said

Is there a demo site for this? Links to non-Mozilla sites are diverted to a spam moderation queue, so to bypass that, you could break the URL before the top level domain: https://example .com/path/page.html

No demo site for it and how do I bypass it? I have uninstalled firefox on my laptop. I'll try it soon.

more options

It's difficult to comment on why a page doesn't work without seeing the page.

Note that due to security restrictions, pages sometimes fail in Firefox on file:/// URLs but work correctly on https:// URLs. It's a good idea to test on some personal web space, CodePen, JSFiddle, or other web server.