Page 1 of 1
Forum

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!



Share:
Notifications
Clear all

[Solved] HTML Radio buttons

6 Posts
4 Users
1 Reactions
768 Views
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter  

Since yesterday my Chrome and Edge browsers do not display radio buttons, but Opera still does. Any ideas?


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2741
 

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?


   
ReplyQuote
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter  

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 9 months ago by Anonymous

   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2741
 

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. 

 

 


   
ReplyQuote
(@Anonymous)
Joined: 1 second ago
Posts: 0
 

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


   
Hans reacted
ReplyQuote
(@Anonymous)
Joined: 1 second ago
Posts: 0
 

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!


   
ReplyQuote
Share: