Re: [css-d] IE6 Ignoring text-decoration

2006-04-06 Thread Mike Botsko
- From: francky [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 05, 2006 6:31 PM To: Mike Botsko Cc: CSS Discuss (E-mail) Subject: Re: [css-d] IE6 Ignoring text-decoration Mike Botsko wrote: I have some links inside of a table. Two TD cells in this table have their own css class. When: .cellOne

[css-d] IE6 Ignoring text-decoration

2006-04-05 Thread Mike Botsko
I have some links inside of a table. Two TD cells in this table have their own css class. When: .cellOne { text-decoration: none; } .cellTwo { text-decoration: none; } IE6 ignores the text-decoration css for cellTwo. There's not a single other difference between these two cells, and even

Re: [css-d] IE6 Ignoring text-decoration

2006-04-05 Thread francky
Mike Botsko wrote: I have some links inside of a table. Two TD cells in this table have their own css class. When: .cellOne { text-decoration: none; } .cellTwo { text-decoration: none; } IE6 ignores the text-decoration css for cellTwo. There's not a single other difference between these