By gopalan_varad on
I have defined a couple of menu items in the Header block. I am using Zen Drupal 6 Fixed Layout CSS
(a) I dont want the Block Name to appear in the block
(b) The menu items are appearing as
What should I do?
I have defined a couple of menu items in the Header block. I am using Zen Drupal 6 Fixed Layout CSS
(a) I dont want the Block Name to appear in the block
(b) The menu items are appearing as
What should I do?
Comments
I meant the menu items are
I meant the menu items are appearing as HTML list items, but I wanted one line display
CSS can modify a list in any way you'd like
Instead of going into a lengthy explanation, simply find a menu you like on a website like this one:
http://www.cssmenumaker.com/
and implement the CSS in your theme for that ul.
It's basically making each li { display: block and float: left} but there are many more tweaks you can make with padding, list-style and much more.