Posted by dimitrys on July 5, 2007 at 1:51pm
Jump to:
| Project: | Imagemenu |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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 |
Comments
#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;
}
#4
#5
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..