It was the purpose of this menusystem ( not made by me, i only made the hack ) is to have a great graphical look without graphics.
The main engine turns textlinks with the help of CSS into a nice menusystem.
The best shot to make graphics is to link them in using the same CSS instructions that are used to render this.
instead of defining a color as background you could link in a pic like this:
.webfx-menu-bar {
background: url(etc/etc.jpg);
}
You can find this in xmenu_menustyle template.
|