ImageMenu as a Grid
cmurockstar - December 7, 2008 - 00:00
| Project: | Imagemenu |
| Version: | 6.x-1.0-rc5 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
is there any way to make the imagemenu appear as a Grid instead of a vertical/horizontal list?

#1
do that via css.
like
#block-imagemenu-xx li {
display: table; <------------------------this should bring you a result
}