tommeh
05-25-2004, 02:58 PM
ok, I have a simple problem, but first I just want to let you know that I am completely unfamiliar with javascript. I only need it to do the function that I will explain later. I am fluent in html, css, and php, but I dont think that any of these languages apply to my problem. Anyway...
what I want to do is have the background image of a td to change when the user hovers over the link that is inside the td. I do NOT want the td bg image to change when the user hovers over the td; i only want it to change when they hover over the link. This is what I have so far
<td class=Navlink height=25 background=navtdbg.jpg name=homebg><div class=Navlink> <a href="guidance.php">Home</a></div></td>
Help?
what I want to do is have the background image of a td to change when the user hovers over the link that is inside the td. I do NOT want the td bg image to change when the user hovers over the td; i only want it to change when they hover over the link. This is what I have so far
<td class=Navlink height=25 background=navtdbg.jpg name=homebg><div class=Navlink> <a href="guidance.php">Home</a></div></td>
Help?