How to center the suckerfich menu?
There is solution for FF, Chrome, Opera, IE8 with display table and display table inline, but that not work in IE6 & IE7.
Thx.

Comments

vm’s picture

try text-align: center ?

djd’s picture

I have already tried.

This is part of code css suckerfish with inserted display table and text-align: center

#suckerfish	 {
	line-height: 3em;
	
	/* new style */
	text-align: center;
	display: table;
}

/* top level UL */
#suckerfish ul.menu {
	font-weight: bold;
	height: 3em;
	margin: 0 0 0 0.5em;
	padding: 0;
	
	/* new style */
	display: inline-table;
} 
djd’s picture

Assigned: djd » Unassigned
vm’s picture

I don't know if that is where you want to place it. Is there not a div wrapping the menus? There likely should be. Then you target the wrapper div rather then the menus themselves.

just took a look at the page.tpl.php file of this theme.

I'd try and target the main-navigation div.