when I want to create a Menu using Jscript, which one should I use? DIV, SPAN, TABLE or another element? menu may contain about 10-20 items, and each item contain 3 images, and 1 text. which one of the elements is the most efficient? (now, I use DIV to place each images and text. it's mean for each item, i need 4 divs.....and when I try to make the menu fly, the menu looks like very heavy and slow.....even I try to implement the concept that I got from J.D.) anyone can help?