Friends, can someone help me create a mouse over drop down button called "Download" when mouse pointer on "menu" tab, code follows. Please help
Code:
<tr> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/index.html" target="_self" class="style13">Home</a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/aboutus.html" target="_self"><span class="style41">About us</span></a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/menu.html" target="_self" class="style42">[B]Menu[/B]</a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/setmenu.html" target="_self"><span class="style41">Set Menu</span></a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/services.html" target="_self">Services</a></span></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/bookevent.html" target="_self"><span class="style41">Book an event</span></a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/recipes.html" target="_self" class="style16">Recipes</a></th> <th width="125" bgcolor="#EB9A13" scope="col"><a href="file:///D|/SECURE/contactus.html" target="_self"><span class="style41">Contact us</span></a></th>
Comment