1
Hi, I'm trying to make a cell with a background image and a CSS menu (multimenu) but I'm having some difficulty.
What I've done so far is resize the CSS menu to fit the cell and set it's background colour to 'transparent'. This appears to work and makes the menu background transparent.
The final stage is to set the background image of the cell to a certain image - this I've done, but when the CSS menu is in the cell, it doesn't appear?
Does anyone know how I can achieve this effect?
You can see the menu at
http://www.cgenie.netThe block code is:
<{foreach item=block from=$xoops_lblocks}> <{if $block.title == "navbar"}> <{$block.content}> <{/if}> <{/foreach}> | This should work shouldn't it? I dunno if I've missed something obvious!?