View Single Post
Old 03-30-2005, 10:17 PM   #11 (permalink)
insitedev
Inactive
 
insitedev's Avatar
 
Join Date: 12-14-04
Posts: 108
iTrader: 0 / 0%
Latest Blog:
None

insitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebodyinsitedev is liked by somebody
put a class (we'll say class="topnav") on the cells that have the nav items, then use the following code in the style portion of your head, or in a css file.

Code:
a.topnav:hover, a.topnav:visited:hover { border-right:2px solid blue; } a.topnav:link, a.topnav:visited { border-right:2px solid red; }
That should do it for you.
insitedev is offline   Reply With Quote