lev rickards wrote: > Bit of table oddity here: > http://green.harvard.edu/theresource/tech-prod/index.php?uid=64 > > I wanted to break up one of the column heading <th>s with two > sub-heading cells, so I set all of the other <th> cells to rowspan=2, > and set the "% Recycled Content" <th> to colspan=2. Then I added a > second <tr> with the sub-headings for "% Recycled Content": > <th>Pre-con</th> and <th>Post-con</th>. > > If you click on the 'Insulation' and 'Furniture' accordion headers, > the "% Recycled Content" column behaves differently in IE6 as opposed > to FF3. The <tr> that contains the <th>Pre-con</th> and > <th>Post-con<th> sub-headers shows up inline with the main headers > <tr> in IE6, instead of as sub-headings of the "% Recycled Content" > column. > > Not even sure this is a CSS issue, frankly. But given that it's only > happening in IE6 and perhaps 7, I thought asking here might be a > start. > -- May well be a markup issue. You have a number of HTML errors, including some repeated IDs that may well cause JavaScript some difficulty. I did not fire up Windows to check IE.
Validate, rinse, repeat. Come back if it really is a CSS issue - hint: turn off JavaScript to see... Cordially, David -- ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
