I heard you can define a taBLE WITH CSS. how would you do that and how would you define two seprate tables? I mainly want to use it to make cells change color when hover if thats possible. I'll also use it to make tables invisable and whatever els i may need to do.
I don't clearly understand what you're trying to do. The questions don't seem related. Do you want to make a table interactive so that users can hide it and rows will change color when you hover the mouse over them? if so, then you should use JavaScript, not CSS. CSS can achieve the hover effect on any element, but Internet Explorer 6 doesn't support that, so you need to use Javascript. Please clarify your question if possible.
Hi CJ, this article might help ... //www.jessett.com/web_sites/css/borders.shtml I'm not able to post live links so I've taken out the http ....