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 |
Jump to:
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
| Attachment | Size |
|---|---|
| menu_0.png | 7.56 KB |

#1
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
Late reply, but hopefully solves the problem:
http://drupal.org/node/134495
#3
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;
}