This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Tabbed Panels tags different in Firefox versus Chrome and IE

  • 1 பதிலளி
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 2 views
  • Last reply by the-edmeister

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!

    All Replies (1)

    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.