|
| |
User Groups : Forums : SiteExperts :
Dynamic HTML
:  | Table row malformed in FF I have a form that will dynamically change based on the previous answer. Both the text, options and visibility of the second select are based on the first choice. The problem is in Firefox, which displays the table row for the second item as if it is missing the colspan="3" attribute.
The code:
<tr id="section2" style="display:none;"> <td class="ratetableheadertop"><div id="section2_Text"></div></td> <td colspan="3" height="24" class="ratetableheadertop"><select name="reason2" size="10" style="width:400px;"> </select> </td> </tr>
This displays fine in IE 7, and works in FF it just doesn't seem to recognize the colspan attribute, and displays incorrectly.
Thank you in advance.Started By Techmaniac on Apr 15, 2008 at 9:41:37 AM This message has been edited. |  | | 1 Response(s) | Reply |
| Earlier Replies | Replies 1 to 1 of 1 | Later Replies |  | on (# 1)
| | Earlier Replies | Replies 1 to 1 of 1 | Later Replies |
To respond to a discussion, you must first logon.
If you are not registered, please register yourself to become a member of the SiteExperts.community.
|