[thelist] TD's and dynamic style sheets

Hassan Schroeder hassan at webtuitive.com
Wed Jul 31 15:10:08 CDT 2002


Andre Gaulin wrote:

> For the life of me I can't remember how to do this.  I basically want to
> do: onmouseover change background to different color.  Nothing fancy.

tr {
	background-color: white;
	color: black;
	}
tr:hover {
	background-color: black;
	color: white;
	}

Only works in Mozilla, but to heck with bad browsers, eh? :-)

--
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

     -- creating dynamic Web sites and applications since 1994 --





More information about the thelist mailing list