Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Cannot select Us Europe Asia options on yahoo finance home page

  • 4 wótegrona
  • 3 maju toś ten problem
  • 4 naglědy
  • Slědne wótegrono wót 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.

Wšykne wótegrona (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.