Ludelover
11-23-2002, 06:46 AM
ok so i'm setting up a dorp down menu of course. and the main menu looks like this....
/************************************************
*********-------Main Menu 1--------**************
************************************************/
DQM_rollover_image1 = "sample_images/products_hl.gif"
DQM_rollover_wh1 = "65,22"
//DQM_url1 = "my_url.html";
which correspondes to another file which will look like this...
<img src="sample_images/quickmenu.gif" width="75" height="22" name="menu0" id="menu0" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/products.gif" width="65" height="22" name="menu1" id="menu1" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/downloads.gif" width="76" height="22" name="menu2" id="menu2" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/contact.gif" width="55" height="22" name="menu3" id="menu3" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">
is there a way i can make it so the buttons are NOT pictures? I just want regular text. As you can see in the <img> code it has the "name" and "id" which i need to include in the code, but i do not want it to be a picture.
*help*
thanks
matt
/************************************************
*********-------Main Menu 1--------**************
************************************************/
DQM_rollover_image1 = "sample_images/products_hl.gif"
DQM_rollover_wh1 = "65,22"
//DQM_url1 = "my_url.html";
which correspondes to another file which will look like this...
<img src="sample_images/quickmenu.gif" width="75" height="22" name="menu0" id="menu0" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/products.gif" width="65" height="22" name="menu1" id="menu1" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/downloads.gif" width="76" height="22" name="menu2" id="menu2" onmouseover="showMenu(event)" onmouseout="hideMenu(event)"><img
src="sample_images/contact.gif" width="55" height="22" name="menu3" id="menu3" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">
is there a way i can make it so the buttons are NOT pictures? I just want regular text. As you can see in the <img> code it has the "name" and "id" which i need to include in the code, but i do not want it to be a picture.
*help*
thanks
matt