are you trying to make the table row change on mouseover? I have a great lil trick for that
the top navigation menu on www.dreamlofts-webdesigns.com is done that way Dave ----- Original Message ----- From: "Duane Boudreau" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 5:15 PM Subject: RE: CSS Question > 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

