Closed (fixed)
Project:
JQuery menu
Version:
6.x-3.3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2011 at 07:56 UTC
Updated:
15 Mar 2012 at 04:06 UTC
I am using JQuery menu in my site(Drupal 6.22 Theme:mix_and_match-6.x-1.6 ), it works well in browser IE or firefox, but got prolem with safari and chrome, the + and - sign drop down 1 line as the attached screen printout. trying different configuration still cannot get it fixed, I am new to Drupal, looking forward to your advice.
| Comment | File | Size | Author |
|---|---|---|---|
| untitled.JPG | 151.38 KB | chwang |
Comments
Comment #1
PixelClever commentedTheming issues are not supported. Run it on garland. If the problem still occurs take a screen shot and reopen this issue. Otherwise, you'll need to fix your theme's css on your own.
Comment #2
shift31 commentedI experienced the same problem with the +/- icon misplacement and spent a little while debugging with Firebug and the Chrome inspector. I believe the problem lies with the use of 'display: block' in the following excerpt from jquerymenu.css:
I'm no CSS expert, but I question whether 'display: block' is necessary when used with absolute positioning. It may actually be causing a problem with Webkit-based browsers. Removing 'display: block' has no effect in Firefox, however it resolves the misplaced +/- icons in Chrome.
I haven't tested this with the Garland theme, but if you're using a Fusion-based theme such as Mix and Match, try adding one of the following to your local.css file:
or
Perhaps simply removing 'display: block' from jquerymenu.css would make this module more compatible across various theme/browser combinations?
Comment #3
pat redmond commentedI have incorporated this into the next release of jquerymenu for D6 and D7. If there are any issues with the new version(s), re-open this ticket.