Boy do I feel sheepish.  ;)  I was sure I'd done exactly that before,
but you're right, it doesn't work at all.  Here's a way that does
work, at least in CSS2 browsers (which IE 6 isn't, unfortunately):

<html>
<head>
<style type="text/css">
tr#bordered td {
        border-top: 2px solid #f00;
        border-bottom: 2px solid #f00;
}
tr#bordered td:first-child { border-left: 2px solid #f00; }
tr#bordered td:last-child { border-right: 2px solid #f00; }
</style>
</head>
<body>
<table>
<tr id="bordered">
        <td>tbody</td>
        <td>tbody</td>
        <td>tbody</td>
</tr>
</table>
</body>
</html>

On 8/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Thanks but TBODY doesn't allow a css border either.
> 
> I still only see one way of doing it.
> 
> Dave

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 50 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214649
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to