Hello list. I've hit an odd ball. Maybe it's a known fact, maybe it's a browser-specific problem. If anyone can enlighten me, I'll be happy.
I'm setting the text-decoration to underline for a table caption, and it doesn't seem to get underlined in Firefox (v.2.0.0.2). Here's a basic example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Sample: Home</title> <style type="text/css"> .DataTable caption { background-color: #f00; text-decoration: underline; } </style> </head> <body> <table class="DataTable"> <caption>Caption</caption> <thead> <tr> <td>Thead Cell</td> </tr> </thead> <tfoot> <tr> <td>Tfoot cell</td> </tr> </tfoot> <tbody> <tr> <td>TBody cell</td> </tr> </tbody> </table> </body> </html> I've set the background to red just to make sure that the rule for the DataTable class is being used. In IE 7 the caption gets underlined (all right, that's cool to know, but it doesn't make me feel any better.. it just might &happen* to work but it doesn't mean it *should* ). Any suggestions ? Thanks in advance, F.O.R. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
