Posted by j. ayen green on November 28, 2009 at 4:58am
10 followers
| Project: | Fusion |
| Version: | 6.x-1.0-rc1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The superfish dropdown menu goes behind content text in #main.
Comments
#1
The temporary fix is to put an entry in the IE fix css files for #primary-menu #primary-menu-inner and make position: static.
#2
#3
Fixed in beta 3 release.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
Having 6.x-1.0-beta3 now, but regardless it, still not going well (see picture please) ...
Strictly describing my error, the catalog block overlaps (overlays) the items of the primary menu dropdown.
- affected system:
Drupal 6.15
Fusion 6.x-1.0-beta3
Acquia Prosper 6.x-1.0-beta3
Skinr 6.x-1.1 (it is now patched with drupal.org/node/648816 #15, but it make no change to discrepance behavior described above in this reply)
#6
Johhan, can you provide me with a link to your site that this is occurring so I can take a closer look? And what browser is this happening in?
#7
This issue should now be fixed in the latest beta 4 release.
#8
Thanks.
Eternalistic: Sorry for not answering (not being here for some time)...
#9
Automatically closed -- issue fixed for 2 weeks with no activity.
#10
I'm seeing this same problem with fusion rc1. I'm using the superfish module, and an additional menu (not primary links). No matter where I put the superfish block, the pull-down cells are cut off at the edge of the block, or are overwritten by the content below.
I get the same results when using other menu modules that implement superfish, like Nice Menus.
#11
I had the same problem, but found that it was caused by some css that I'd added to the header-group section of the page. If you have any absolute or relative positioning attributes applied to anything in the header-group section, it could cause the overlap to occur in IE.
#12
Well, I have not tested in in IE, just in Firefox and Chrome.
I think there are some relative positioning attributes somewhere. I'll look around.
#13
Fixed it, got the answer from a closed issue for the superfish module. This problem stems from overflow. I added the following to my local.css:
div#preface-top, div#block-superfish-1 {
overflow: visible;
}
#14
Thanks for the info. Please don't close issues that may still need fixing in the project itself.
#15
I've fixed it by inserting the following code in local.css:
.block .inner {position: static;
}
#16
I just finished testing this locally in many browsers (Safari, FireFox, Opera, IE8, IE7, IE6, Chrome) and it appears to be working correctly. I even placed blocks similar to what is found in the screenshot above and it worked correctly. Can someone provide me with a URL to a site that is having similar issues so I can see it in action? I was unable to replicate it locally but would like to see if someone else is using the latest release of Fusion and is having the same issues.
#17
#15 worked for me on a site I'm developing locally. I had the problem in IE6 and IE7. As far as I could tell it didn't mess up layout in any way.
#18
There are some fixes in the latest 1.0 release of Fusion that should help mitigate this issue, but ultimately it may have to be dealt with on a case-by-case basis because there can be different regions next to a dropdown menu and setting the .block .inner position to static is not always an option.
The good news is that we're looking at ways to eliminate this issue in the 7.x version of Fusion, where we can start with a clean slate without worrying about breaking existing themes.
In the meantime, we've added the above solutions to the troubleshooting section of our documentation: http://fusiondrupalthemes.com/support/documentation/troubleshooting
#19
Automatically closed -- issue fixed for 2 weeks with no activity.