Zobrazenie otázok označených: Zobraziť všetky otázky

wHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION

WHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION: ? "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION"? THERE IS NO ORGANIZATION ASSOCIATED WITH THIS… (ďalšie informácie)

WHAT DOES "YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION: ?

"YOUR BROWSER IS BEING MANAGED BY YOUR ORGANIZATION"? THERE IS NO ORGANIZATION ASSOCIATED WITH THIS LAPTOP.

HOW DO I GET MICROSOFT OUT OF MY COMPUTER?

EXAMPLE: I NEVER SIGNED UP/IN FOR ONE DRIVE. IT MEANS THAT THINGS SUCH AS DOWNLOADS HAS A MICROSOFT TOOL IN THE FILE LOCATION.

HOW DO I QUICKLY FIND THINGS LIKE MOZ VPN TO DOWNLOADS? I RECEIVE VPN FOR FREE. IS THERE A SIGNIFICANT DIFFERENCE THAT JUSTIFIES THE COST OF FIREFOX'S VPN?

THANKS FOR THE HELP,

DAVID MARSHALL

Otázku položil(a) David Marshall Pred 9 hodinami

Posledná odpoveď od jonzn4SUSE Pred 7 hodinami

installing latest version of Firefox

I want to install latest version of Firefox due to come into effect on 14th January but my Mac OS X won't allow it to happen probably because it is out of date and unsupp… (ďalšie informácie)

I want to install latest version of Firefox due to come into effect on 14th January but my Mac OS X won't allow it to happen probably because it is out of date and unsupported I would be grateul for help on this please ( I have reached the limit of OS X on my current desktop) Charles

Otázku položil(a) stoneccsf Pred 1 dňom

Posledná odpoveď od James Pred 9 hodinami

Can not access Fidelity Investments

I am unable to use Fidelity Investments using Firefox Version 134.00. Just says "Service Unavailable" this site always worked with Firefox in the past. No problem when … (ďalšie informácie)

I am unable to use Fidelity Investments using Firefox Version 134.00. Just says "Service Unavailable" this site always worked with Firefox in the past. No problem when I use Safari.. Anyone else having this problem.

Otázku položil(a) carmanone Pred 15 hodinami

Posledná odpoveď od jonzn4SUSE Pred 10 hodinami

Timeout on webpage that is slow to begin loading

A business website has a page that allows me to see items scanned to their server for the last 90 days. The server hosting this page takes more than 1 minute to begin lo… (ďalšie informácie)

A business website has a page that allows me to see items scanned to their server for the last 90 days. The server hosting this page takes more than 1 minute to begin loading to the browser - the back and forth symbol in the browser.

I timed this event today, and Firefox times out after 1 minute. My work around is to use Chrome with the same webpage and it took more than 4 minutes before images started to arrive.

It would be handy to have the timeout adjustable in the settings tab of Firefox. If I choose to sit on what I know is a very slow website for 5 minutes so be it.

Let me know what adjustments I can make - 400mb internet, 5ghz hard wired to the router. This is the slowest site we ever access.

Otázku položil(a) gbryans Pred 11 hodinami

Posledná odpoveď od jonzn4SUSE Pred 10 hodinami

  • Uzamknuté

No, there is none.

I'm sorry, I registered this account for my 5-year-old sister to play. She wanted to play. She clicked something and I don't know. But please let my sister play. Please. … (ďalšie informácie)

I'm sorry, I registered this account for my 5-year-old sister to play. She wanted to play. She clicked something and I don't know. But please let my sister play. Please.

Otázku položil(a) Your Tusk Pred 16 hodinami

Posledná odpoveď od Paul Pred 15 hodinami

Firefox no longer compatible with my bank

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says… (ďalšie informácie)

Firefox is no longer compatible with my bank's system. I can't log in with the secure access code the bank sends to verify my identity when using Firefox. The bank says it is a problem with Firefox. Other browsers work flawlessly ... are you working on a solution? I only use Firefox unless forced to use something else ...

Otázku položil(a) bruce.woodgate Pred 1 dňom

Posledná odpoveď od jonzn4SUSE Pred 1 dňom

website

File: index.html <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage&l… (ďalšie informácie)

File: index.html

<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage</title> <link rel="stylesheet" href="styles.css">

<header class="hero">

Ku Soo Dhawoow Eng. Abdala

Waxaan kuu soo bandhigayaa xirfadahayga iyo adeegyada aan bixiyo.

Waxbadan Ka Baro
</header> <nav> </nav>

Ku Saabsan

Waxaan ahay injineer xirfad leh oo diiradda saara horumarinta software iyo naqshadeynta webka. Waxaan leeyahay waayo-aragnimo ballaaran oo la xiriirta barnaamijyada casriga ah.

Adeegyada Aan Bixiyo

Horumarinta Webka

Waxaan sameeyaa website-yada shaqsiyeed iyo kuwa ganacsi ee tayo sare leh.

Barnaamijyada Software

Waxaan naqshadeeyaa oo horumariyaa software dabooli kara baahiyahaaga.

La-talinta Teknolojiyadda

Waxaan ku siin karaa talooyin iyo xalal la xiriira tiknolojiyadda.

Nala Soo Xiriir

<form action="mailto:engabdala@example.com" method="post"> <label for="name">Magacaaga:</label> <input type="text" id="name" name="name" required> <label for="email">Emailkaaga:</label> <input type="email" id="email" name="email" required> <label for="message">Fariintaada:</label> <textarea id="message" name="message" required=""></textarea> <button type="submit">Dir Fariinta</button> </form>
<footer>

© 2025 Eng. Abdala. Xuquuqda waa dhowrsan tahay.

</footer>


---

File: styles.css

/* Qaabeynta Asalka */ body {

 font-family: Arial, sans-serif;
 margin: 0;
 padding: 0;
 line-height: 1.6;
 background-color: #f4f4f4;
 color: #333;

}

/* Header-ka */ .hero {

 background: #007BFF;
 color: white;
 text-align: center;
 padding: 50px 20px;

}

.hero h1 {

 margin: 0;
 font-size: 2.5em;

}

.hero p {

 margin: 10px 0 20px;
 font-size: 1.2em;

}

.hero .btn {

 background: white;
 color: #007BFF;
 padding: 10px 20px;
 text-decoration: none;
 border-radius: 5px;
 font-weight: bold;

}

.hero .btn:hover {

 background: #0056b3;
 color: white;

}

/* Navigation */ nav ul {

 background: #333;
 padding: 10px;
 list-style: none;
 display: flex;
 justify-content: center;

}

nav ul li {

 margin: 0 15px;

}

nav ul li a {

 color: white;
 text-decoration: none;

}

/* Sections */ section {

 padding: 20px;
 margin: 20px auto;
 max-width: 800px;
 background: white;
 border-radius: 5px;

}

/* Adeegyada */ .services {

 display: flex;
 justify-content: space-between;
 gap: 20px;

}

.service {

 background: #f9f9f9;
 padding: 20px;
 border: 1px solid #ddd;
 border-radius: 5px;
 text-align: center;
 flex: 1;

}

/* Footer */ footer {

 text-align: center;
 padding: 10px;
 background: #333;
 color: white;
 margin-top: 20px;

}


---

Otázku položil(a) abdalagalkacyo2024 Pred 2 dňami

Posledná odpoveď od abdalagalkacyo2024 Pred 2 dňami

page search dissapeared

hi i got used to a small search window in lower left of FF....is gone!. i thought it was an add on but can find no trace of it so was it a ff feature? it would simply lo… (ďalšie informácie)

hi i got used to a small search window in lower left of FF....is gone!. i thought it was an add on but can find no trace of it so was it a ff feature?

it would simply locate a word of my choosing on the open ff page, thats all

would much appreciate any help, thanks

Otázku položil(a) bill Pred 2 dňami

Posledná odpoveď od bill Pred 2 dňami

Pdfs won't open when using Firefox

I am an academic. I use Canvas. When I am in Canvas and I try to open a document in it from Firefox, what I get are solid black pages. I do not have this problem with Can… (ďalšie informácie)

I am an academic. I use Canvas. When I am in Canvas and I try to open a document in it from Firefox, what I get are solid black pages. I do not have this problem with Canvas in Chrome or in Edge. I really don't want to use those Browsers. I actually have this problem with every PDF I try to open from all sites. This is a recent problem. But if I cannot correct it, I will have to use other Browsers.

E. Wray Bryant, Ph.D. [edited email from community support forum]

Otázku položil(a) wbryant Pred 2 dňami

Posledná odpoveď od jonzn4SUSE Pred 2 dňami

Terrible update to version 134.0

Good morning, after today's FF update - right click dropdown menus are terrible! Nothing works for me... Opening new windows, new tabs, adding to bookmarks, copying, past… (ďalšie informácie)

Good morning, after today's FF update - right click dropdown menus are terrible! Nothing works for me... Opening new windows, new tabs, adding to bookmarks, copying, pasting, etc... How can I turn it off because I can't use it. I need to have a menu like in version 133.0.3. If I can't change it, I will have to change the browser because I can't use it! Thanks for your answer and best regards! Arthur

Otázku položil(a) teksty20051 Pred 3 dňami

Posledná odpoveď od Standard8 Pred 2 dňami

Where can I download version 115 for mac

I have OLD imacs. The one I'm on now says 2017 and according to some homework, the latest version of Firefox I can run on IOS 10.13.6 is version 115. WHERE do I FIND … (ďalšie informácie)

I have OLD imacs. The one I'm on now says 2017 and according to some homework, the latest version of Firefox I can run on IOS 10.13.6 is version 115.

WHERE do I FIND that?

I went to mozillas page and there was only one place to update firefox. I went ahead and tried, then got a pop up saying to restart.... did. Then got some helper thing suppose to download, put in my computers password, and NOTHING seems to happen. Nothing at all. Downloads like this usually involve a spinning wheel, or bar showing progress, SOMETHING. I didn't get anything.

Restarted firefox, and every time I go to about firefox to see if it updated, the same pop up shows up. (Will attach a screenshot of it.)

If I look under applications/firefox, it has NOT updated at all.

I'm guessing it's updating to the latest greatest version which MY computer cannot run. SO where do I find VERSION 115?

Otázku položil(a) Jenny Pred 3 dňami

Posledná odpoveď od Jenny Pred 3 dňami