|
jaybee -> RE: Cell Background Color Change (5/13/2004 18:01:34)
|
HTML <td><a href="hyper.html">text text text</a></td> CSS a:link, a:visited { color: #666666; background-color: #ff9900; } a:hover { color: #ff9900; background-color: #666666; } This works for me, yours is similar, what problem are you having? [edit] on second look, you seem to be trying to do a nav bar. Try looking at the options they have in www.listamatic.com. There are loads there and you can swipe the code. It may give you an idea of what you're doing wrong. I'm just off to bed but if you're still stuck in the morning I can take another look then. PS. You're missing an a. on your first line.
|
|
|
|