View Full Version : drop-down menu image background help


brodeur
05-18-2005, 01:23 AM
For a menu im making,

http://www.hinhey.com/blank.html

I want the different units of the parts that drop down to have images as backgrounds, but it isnt working.

The images I want to put are
http://www.hinhey.com/pics/menu/forum1.jpg
http://www.hinhey.com/pics/menu/forum2.jpg
http://www.hinhey.com/pics/menu/forum3.jpg
to make one big image

I tried the "bgimage" tag in my menu items like this:

with(milonic=new menuname("Milonic")){style=menuStyle;

aI("text=Forum;url=http://www.milonic.com/cbuy.php;" image="/pics/menu/forum1.jpg";);
aI("text=FAQ;url=http://www.milonic.com/contactus.php;" image="/pics/menu/forum1.jpg";);
aI("text=Register;url=http://www.milonic.com/newsletter.php;" image="/pics/menu/forum1.jpg";);
}


but then the table just dissapears. I've also tried this with the "image" and "overimage" tags, but it still doesnt work (the menu disappears).

I've tried putting it in the top part


with(milonic=new menuname("Milonic")){style=menuStyle; image="/pics/menu/forum1.jpg";

aI("text=Forum;url=http://www.milonic.com/cbuy.php;" );
aI("text=FAQ;url=http://www.milonic.com/contactus.php;" );
aI("text=Register;url=http://www.milonic.com/newsletter.php;");
}

and while the menu is there, there is no image. Anyone know whats wrong?

Thanks