hey there :)

we have the same problem with the gap in firefox (windows und macintosh) and safari (mac)
we cant find the drupal.css in misc...

thank you for your help
regards from switzerland

dimitri

CommentFileSizeAuthor
menu_0.png7.56 KBdimitrys

Comments

pobster’s picture

I'm sorry for not replying, Drupal is supposed to email me when there are new issues and for some reason it didn't... Mind you... I'm afraid I absolutely haven't got a clue about solving your problem... Would it perhaps be a general issue rather than an imagemenu specific problem?

Pobster

tamago’s picture

Late reply, but hopefully solves the problem:

http://drupal.org/node/134495

anriettec’s picture

I fixed this by adding the following to my css:

ul.imagemenu {
	margin:0;
	padding:0;
	list-style:none;
}

ul.imagemenu li {
	display:inline;
	white-space:nowrap;
	padding:0;
	margin:0;
}
marcus_clements’s picture

Status: Active » Closed (fixed)
WishICouldDrupalPlease’s picture

GREAT.. worked perfectly..

what the meant for those sorta newbies like me..
my css..

he meant the style.css file inside your theme folder.
Thanx a lot, I finally fixed mine..