Is it possible to use background images for the top items in floating menu?
Q:
I’m trying out the cross-browser (top to bottom) floating menu and I
was wondering if it was possible to have the top bar (the main items)
use a background image while the sub-items beneath used a plain
background color and no image?
So far I’ve gotten them to either both use a background image, or both
use a background color. Any advice would be greatly appreciated.
A:
Actually you can create any menu you like with Deluxe Menu.
You can use Individual Styles to set background image for the items
var itemStyles = [
["itemWidth=92px","itemBackImage=deluxe-menu.files/btn_black.gif,deluxe-menu.files/btn_black_blue.gif"],
];
or
you can use images instead of icons (you should delete item’s text).
["","", "deluxe-menu.files/btn_black.gif", "deluxe-menu.files/btn_black_green.gif", "", "", "", "", "", ],