Interesting, but in what situation what a TD exist where it's not inside a
TR ? 

-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: 11 August 2005 20:42
To: CF-Talk
Subject: Re: SOT: <tr> and style="border..."

TRs don't have a lot of things, because they're structure, not really
displayed.  If you want to deal with row groups, use TBODY instead; they'll
accept pretty much everything.  Or you can use a "tr td" CSS class, so
you're assigning elements to the TDs inside the TRs:

tr.myClass td { border-top: 1px solid #999; }

I do this sort of thing a lot, particularly for alternating row colors and
stuff like that.

cheers,
barneyb

On 8/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> I'm really wondering something.....I found that Internet Explorer doesn't
support using the css border settings on a <tr> element.
> 
> Anyone know of a good reason why?  It doesn't make any sense to me.  Also,
I'm curious if other browsers support it.  Doesn't seem to be a bug as The
style properties on the <tr> element in the MSDN tech stuff does not list
the border settings as options (border, border-left, border-right,
border-top, border-bottom).
> 
> Dave

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

Got Gmail? I have 50 invites.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:214664
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