- Posts: 149
- Thank you received: 2
Two Menus Modules in USER3 Problem
-
aaroninbna
Inactive member - Topic Author
- Member
Less
More
12 years 7 months ago - 12 years 7 months ago #18767
by aaroninbna
Two Menus Modules in USER3 Problem was created by aaroninbna
Hello All,
I have beaten myself to death on this one. I have two menu modules that need to placed in USER3. One module is for public and registered users on, while the second one is for contracted services customers.
As you should be able to see in my attachment, the top of the picture is my final product I am trying for, but all I can achieve is the lower half of the picture.
I have adjusted to the ordering to no avail. Either module works just fine, but as soon as a second module is published on USER3, the second menu lays ontop of the first.
Any assistance is great appreciated.
Take Care,
Aaron
tacsupport.tacsupport.com
I have beaten myself to death on this one. I have two menu modules that need to placed in USER3. One module is for public and registered users on, while the second one is for contracted services customers.
As you should be able to see in my attachment, the top of the picture is my final product I am trying for, but all I can achieve is the lower half of the picture.
I have adjusted to the ordering to no avail. Either module works just fine, but as soon as a second module is published on USER3, the second menu lays ontop of the first.
Any assistance is great appreciated.
Take Care,
Aaron
tacsupport.tacsupport.com
Last edit: 12 years 7 months ago by aaroninbna. Reason: Attaching URL
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18783
by ivan.milic
Replied by ivan.milic on topic Re: Two Menus Modules in USER3 Problem
what happens when you add:
#topmenu_pad .menu{
float:left;
}
if you could provide us temp account to see that we could help you better.
#topmenu_pad .menu{
float:left;
}
if you could provide us temp account to see that we could help you better.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Topic Author
- Member
Less
More
- Posts: 149
- Thank you received: 2
12 years 7 months ago #18809
by aaroninbna
Replied by aaroninbna on topic Re: Two Menus Modules in USER3 Problem
Where would you like me to send the login information? Also where all do you need access to (temp- ftp access and backend)?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 7 months ago #18827
by ivan.milic
Replied by ivan.milic on topic Re: Two Menus Modules in USER3 Problem
Just use "Report To Moderator"
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18851
by ivan.milic
Replied by ivan.milic on topic Re: Two Menus Modules in USER3 Problem
OK check bottom of template_css.css
I added :
#topmenu_pad .menu{
position:static;
}
position was absolute, and when element is positioned absolute it does not reserve space so they overlapped.
I added :
#topmenu_pad .menu{
position:static;
}
position was absolute, and when element is positioned absolute it does not reserve space so they overlapped.
Please Log in to join the conversation.
-
aaroninbna
Inactive member - Topic Author
- Member
Less
More
- Posts: 149
- Thank you received: 2
12 years 6 months ago #18854
by aaroninbna
Replied by aaroninbna on topic Re: Two Menus Modules in USER3 Problem
Oh that looks so much better.
Thank you once again!
Thank you once again!
Please Log in to join the conversation.
Time to create page: 0.169 seconds