i would like to position a bullet bevor a menu item like a simpel list:
Code: Select all
* menu a
* menu b
* menu c
a three line menu entry:
Code: Select all
this is
* a extra
large menu
Code: Select all
* this is
a extra
large menu
Tanks for help.
Here my menustyles
Code: Select all
_menuCloseDelay=200;
_menuOpenDelay=80;
_subOffsetTop=2;
_subOffsetLeft=-2;
fixMozillaZIndex=true;
/**
* main menu style (level 0)
*/
with(mainMenuStyle=new mm_style()){
}
with(menuStyle=new mm_style()){
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#006699";
itemwidth=185;
padding=2;
subimageposition="top";
subimage="/img/deeper0.gif";
subimagepadding=2;
onsubimage="/img/deeper1.gif";
}
with(menuStyle2Lvl=new mm_style()) {
itemwidth=185;
subimageposition="top";
bordercolor="#dddddd";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Helvetica, sans-serif";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#333333";
onbgcolor="#ffffff";
oncolor="#006699";
padding=1;
subimage="/img/deeper0.gif";
subimagepadding=2;
onsubimage="/img/deeper1.gif";
}