Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Cannot select Us Europe Asia options on yahoo finance home page

  • 4 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 4 προβολές
  • Τελευταία απάντηση από bob44

more options

The web page is finance.yahoo.com Cannot select the US Europe Asia options on this page. The cursor should show a hand with pointing finger when hovering over these areas but does not change from normal cursor shape. This problem first showed up today March 8th. Works OK with microsoft explorer.

The web page is finance.yahoo.com Cannot select the US Europe Asia options on this page. The cursor should show a hand with pointing finger when hovering over these areas but does not change from normal cursor shape. This problem first showed up today March 8th. Works OK with microsoft explorer.

Όλες οι απαντήσεις (4)

more options

This looks like a coding problem on that web page that uses position relative to place the container that keep the items at the right at the same position as the four button at the left.

If I right click that area and open the build-in inspector and make the style panel visible then removing the checkmark before position: relative; makes the links clickable.

.yui3-tab-panel-selected {
    display: block;
    position: relative;
}
more options

I found the right check box and removed the check. The tabs work for the the financial stock markets as long as I stay on the page. As soon as I leave the financial page and return later, the tabs don't work and the check mark is in the box. How do I make the change permanent? Any ideas? Bob

more options

This style rule in userContent.css or Stylish should do it.
I don't know if there is a better way to fix it in this case as I'm not a expert in this matter.

Add code to the userContent.css file.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@-moz-document domain(finance.yahoo.com){ .yui3-tab-panel-selected { position: static !important; } }
more options

I've no idea what these contributors are talking about. I am a user of this facility. I am not a programer or systems analyst. I am just reporting a problem that up to 2 days ago has worked perfectly 10 years.