Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] HTML Radio buttons
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
December 12, 2023 4:25 AM
Since yesterday my Chrome and Edge browsers do not display radio buttons, but Opera still does. Any ideas?
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2822
December 12, 2023 4:38 AM
That is interesting ... I assume you did the usual cache flush?
I have noticed that Opera freezes occasionally on my own website (here) when WPForo and Google Ads are combined - where Chrome, Brave, Safari and Edge do not freeze. There may be a version difference when it comes to the Chromium engine.
Do you have a test website or code?
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
December 12, 2023 6:25 AM
Not sure why but for some reason this pice of code in my css file created the havoc:
opacity: 0;
Ok I know 0 makes it fully transparent but why did it work?
This post was modified 1 year ago by
Anonymous
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2822
December 12, 2023 7:14 AM
Ehm ... yeah this would make an element invisible indeed - works like this in Opera (just tried it).
Best guess why it was visibly in Chrome: caching of your CSS? Is you CSS in a separate file?
Just guessing.
(@Anonymous)
Joined: 1 second ago
Posts: 0
December 27, 2023 2:05 AM
This could revolve around the potential reasons for an element being visible in Chrome despite being invisible in Opera. One possible explanation is the caching of CSS files, especially if the CSS is not in a separate file. This could lead to differences in how the two browsers render the elements. Additionally, browser-specific bugs, such as Opera's known issue of allowing scrolling to content meant to be overflow:hidden, could also be a factor
(@Anonymous)
Joined: 1 second ago
Posts: 0
March 15, 2024 5:20 AM
It seems like Chrome and Opera might be having a little "fashion show" disagreement when it comes to displaying elements! One reason for an element being visible in Chrome but invisible in Opera could be due to the browsers caching CSS files differently. Imagine Chrome saying, "I've seen that style before, no need to reload," while Opera is like, "I need to see the latest trends every time!" Additionally, Opera's quirk of allowing scrolling to content meant to be hidden could be like a sneaky peek behind the curtain that Chrome doesn't allow. So, it's like Chrome and Opera have their own unique styles and interpretations of the fashion rules of the web!