Closed (cannot reproduce)
Project:
litejazz
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2008 at 08:27 UTC
Updated:
17 Oct 2011 at 16:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
lutchrd commentedYup. Same issue observed.
Comment #2
roopletheme commentedOops. Looks like it's coming from a padding property in system-menus.css. My quick testing leads me to believe that adding the following code to style.css will resolve this issue:
Any chance one of you can confirm this? I'll update the repository as soon as I get some type of confirmation from someone seeing the problem.
Comment #3
preyer commentedConfirmed. Adding that code to the end of the style.css file corrected the error for me in firefox, chrome and IE.
Comment #4
enzo de simone commentedNo. The problem is not solved
Comment #5
roopletheme commentedThanks for the feedback.
Not sure what to tell you, hopfrog... this css code fixes things for me on all browsers, and it seems to have fixed things for other users. Are you sure you've cleared your browser cache after changing the CSS code? Is it possible to post a link to your site?
Comment #6
enzo de simone commentedThe site is: www.hopfrog.it - There is in course of passage from Drupal 5 to Drupal 6. Is it able to be this the motive?
Comment #7
roopletheme commentedHey, you switched themes on me before I could take a look! :)
Comment #8
enzo de simone commentedI was seeking other solutions and doing alterations. Now it is again online
Comment #9
roopletheme commentedIt seems that because I am an anonymous user, I only see the Home link in the primary links menu. With only one menu item, I cannot see the problem.
Comment #10
enzo de simone commentedIt excuses for this small misunderstanding. I removed the primary link not having resolved the problem. Now there are again. I cite the photograph of the menu and the css changed: I think to serve and... thanks for the availability.
Comment #11
roopletheme commentedLooks like one more CSS definition is in order:
Comment #12
enzo de simone commentedPerfect! It works very well and the problem is resolved.
Comment #13
jgoldfeder commentedI had the exact issue and adding both definitions resolved the issue.
Comment #14
audihertz commentedI can confirm this fix as well. Thanks!
Comment #15
freixas commentedI just ran into this problem, even after adding
to styles.css.
After comparing 6.x-1.7 LiteJazz to Drupal 6.8's Garland theme, I changed
to
in page.tpl.php.
I had the primary links assigned as the source for both the primary and secondary navigation.
Without this change,
After the change, these two problems were fixed. I can't guarantee that this change won't break some other option—I'm not sure that the HTML generated by the new code is exactly the same as the HTML generated by the old code.
Comment #16
goodeit commentedI applied the fixes mentioned in #2 and #11 and it seems to work great now in FF and IE 6 and 7. I am not using suckerfish menus and have no secondary links.
Thanks!
Comment #17
murokoma commentedHmmm, stranegly enough, this doesn't work for me - added both css snippets, uploaded, refreshed; nothing. Does not work in IE 8 and FF 3.5, eiter.
Menu system *would* work if I was using primary links within suckerfish area; however, I do NOT want to use suckerfish menus for themeing reasons and rather keep the "regular" primary links.
Any idea? I attached a screenshot (above red line is unexpanded, below when expanded- it breaks after "Schritt-für-Schritt Anleitungen").
Thanks!
R.
Comment #18
murokoma commentedComment #19
mrtoner commented