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
Description

is there any way to make the imagemenu appear as a Grid instead of a vertical/horizontal list?

#1

onkiro - April 24, 2009 - 22:35

do that via css.

like

#block-imagemenu-xx li {
display: table; <------------------------this should bring you a result
}

 
 

Drupal is a registered trademark of Dries Buytaert.