hi i really dont know a lot about javascript. i tried many times but i was unsuccessful and now i am infront of you for your guidance. i want to implement a mouseover event on the following code. this code is inside a table definition: response.Write "<img src='Images/Spacing.gif' width='8' height='1'> <img src='Images/art_dot.gif' width='5' height='5' align='absmiddle'> <img src='Images/Spacing.gif' width='3' height='1'> <a HREF='shopdisplayproducts.asp?id=" & resultset("categoryid") & "&cat=" & Server.URLEncode(resultset("catdescription")) & addwebsesslink & "' class='sidelinks'>" & resultset("catdescription") & "</a>" Code (markup): when the mouse is over, the background of table definition changes to some other color. Please Help