I'm trying to do this via javascript but no go, any suggestions? <tr onMouseOver="this.style.border='1px solid black';" onMouseOut="this.style.border='0px';">
Duane -----Original Message----- From: Jason Miller [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 01, 2003 8:08 PM To: CF-Talk Subject: Re: CSS Question if you apply a style sheet and redefin the <tr> tag it will adjust all tr tags. you can do a <tr style="border: thin #CCCCCC"> it's the property : decoration color - You can also add more attributes by seperating them with a ; hope this helps jay miller Russ wrote: Try applying a style that you define to do that to just the <TR> tag. -----Original Message----- From: Duane Boudreau [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Saturday, February 01, 2003 3:35 PM To: CF-Talk Subject: CSS Question Hi All, I'm looking for a style sheet that will let me put a border around just one row in a table. Has anyone here done this before? If so how? TIA, Duane ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

