I have a simulated pop menu bar using tables. In VB in the click event of a button with in the table I am unhiding another table containing more meu items. Anyone know how to unhide them on a mouseover from the HTML side so I dont have have to use the click event?<BR>There are plenty of examples of this on the popular javascript websites out there. More than likely you're going to want to nest your tables between <DIV> layers. That will allow you to do what you want, but I'm really no good at javascript.