Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Tabbed Panels tags different in Firefox versus Chrome and IE

  • 1 отговор
  • 2 имат този проблем
  • 2 изгледи
  • Последен отговор от the-edmeister

more options

Source code from Firefox below... http://aretecapitalpartners.com/3_image002.jpg

Source code from Chrome below... http://aretecapitalpartners.com/2_image002.jpg


Pay particular attention to where that classes are defined in Firefox (notice how there is a <font> tag around the two panels where the “TabbedPanelsTabSelected” class is assigned, whereas in Chrome, those are assigned to the
  • tags like they should be). This means it technically is working in Firefox, but it thinks both tabs are “one” because the class is assigned in the wrong place. I don’t really know why Firefox is putting that font tag in there…. please help!
  • </font>

    Source code from Firefox below... [http://aretecapitalpartners.com/3_image002.jpg] Source code from Chrome below... [http://aretecapitalpartners.com/2_image002.jpg] Pay particular attention to where that classes are defined in Firefox (notice how there is a <font> tag around the two panels where the “TabbedPanelsTabSelected” class is assigned, whereas in Chrome, those are assigned to the <LI> tags like they should be). This means it technically is working in Firefox, but it thinks both tabs are “one” because the class is assigned in the wrong place. I don’t really know why Firefox is putting that font tag in there…. please help!

    Всички отговори (1)

    more options

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
    http://forums.mozillazine.org/viewforum.php?f=25
    You'll need to register and login to be able to post in that forum.