Hot to setup an EMPTY title?
frabas - June 18, 2008 - 05:31
| Project: | Imagemenu |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I'd like to setup an imagemenu with an empty title.
How can I do it?

#1
blocks
- configure(the block that holds the imagemenu)
- type
<none>in the block title#2
This method does show the menu at all, block config --> block title -->
I think it might have something to do with the list back-end of the menu set-up. I will report back after altering the css from another post.
Ok, i managed to fix the noone block title disappearing act.
add this to your style.css in your theme folder
.imagemenu .leaf {background: none;
list-style:none;
}
Than go to your block page in your admin, find your block and hit configure, than type < none > (but remove the spaces, for some reason drupal wont let me post it corrently)
I am not a coder, this sulotion worked for me so it might not work for all situtations