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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Table is hidden when it should be shown in Firefox 9

more options

I have an web application that renders an html table. In IE this code shows fine:

table id="form1:table1" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0"

Firefox 9 is adding the element hidden and therefore the table is not showing up.

table id="form1:table1" hidden="" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0"

I've used Fiddler and can see that the generated html is like it is when I access the page using IE. Why is Firefox adding this element? I think its a bug. Help please!

I have an web application that renders an html table. In IE this code shows fine: table id="form1:table1" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0" Firefox 9 is adding the element hidden and therefore the table is not showing up. table id="form1:table1" hidden="" style="width: 100%;width: 100%" border="0" cellpadding="0" cellspacing="0" I've used Fiddler and can see that the generated html is like it is when I access the page using IE. Why is Firefox adding this element? I think its a bug. Help please!

Gewysig op deur mjthalen

All Replies (1)

more options

Hmmm, I wasn't aware of the hidden attribute. Do any of your scripts branch on which browser is being used, or whether they support HTML5?

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration.