same problem with the gap in firefox and safari

dimitrys - July 5, 2007 - 13:51
Project:Imagemenu
Version:5.x-1.1
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

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

AttachmentSize
menu_0.png7.56 KB

#1

pobster - August 6, 2007 - 14:18

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

#2

tamago - September 3, 2008 - 10:31

Late reply, but hopefully solves the problem:

http://drupal.org/node/134495

#3

anriettec - July 28, 2009 - 14:46

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;
}

 
 

Drupal is a registered trademark of Dries Buytaert.