I'm trying to create a menu using css where the table cell changes color on mouseover (this I can do) AND where the border color changes color on mouseover (this I can't get right.) I thought I might be able to get away with stacking two tables and just using the td onmouseover change, but that doesn't work (the lower table cell change overrides the upper, at least in IE6). And I'm not sure how to correctly do the table border change.
Well the best way to explain what I'm trying to do is probably with an image.
http://www.marinearchitecture.com/te...border-how.gif
(where the second cell down represents a mouseover where both the td background and the table border change color.)
Anyone have some code for how to accomplish this (specifically the css & javascript code to change the table border color with a 1 px non-shaded width...?