The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[HELP] Dropdown issues
I am having an issue with dropdowns going behind other default vbulletin content or the content below the dropdown will show, including dropdown arrows & make the links unusable.
Help guiding me through the fix for this would be greatly appreciated. Note, I am using 4.2.0 Patch Level 2 Image one shows default style moderation tools dropdown below forums before clicking. Image Two shows after clicking. This is default style Image Three is from a fixed style showing the Quick Links dropdown link. Image Four shows the Quick links dropdown after clicking. You will notice the dropdown arrows from the Thread Tools and Administrative dropdown links below are showing and making the WhosOnline link unusable. |
#2
|
|||
|
|||
Have you tried disabling all custom plugins and also trying different browsers
|
#3
|
||||
|
||||
I am not too familiar with vbulletin's code, but when drop downs on my joomla site do that it is the "position: relative; somewhere in the css that is causing this.
This happens a lot in IE for some reason because both are "position: relative; .... You can also simply add a new <div> around the existing menu and defined the new <div> in CSS with a high z-index , something like this: CSS: #iefix { position:relative; z-index:1000; } --------------- Added [DATE]1348806028[/DATE] at [TIME]1348806028[/TIME] --------------- You might only have to drop the position:relative; from what ever is overlapping the menu's dropdown. |
#4
|
||||
|
||||
This only happens in IE, but only on that site. I do not have this issue anywhere else.
This happens in the default style & the only one custom style. All plugins are dis-abled & have been for some time. Nothing extra on the board. Any thoughts? |
#5
|
||||
|
||||
Quote:
Did you do what I suggested you do ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|