I'm hoping someone more literate with .css and html can tell me if I'm
doing something wrong, or if this is a firefox bug.
Don't use or rely on the <col> tag, it pretty much just doesn't
work in any way you'd expect it to. Instead give the relevant <td>s a
class.
-Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.
MK> On Sat, 15 Nov 2008 19:01:42 -0600 Aaron Larson
MK> <NOSPAMPl...@LarsonsOnline.net> wrote:
>> I thought the class specified with a "col" tag would be used for
>> all table cells in that column.
MK> Don't use or rely on the <col> tag, it pretty much just doesn't
MK> work in any way you'd expect it to. Instead give the relevant
MK> <td>s a class.
That was the conclusion I was coming to myself. Note that COL was
previously (and still is) used by Bugzilla's buglist.cgi/template
code. Should I submit a request to change the code to specify the
class on each TD?
BTW, I did verify that IE seems to handle the above case properly.