Two menus, one over the other
13 years 3 months ago #752
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Two menus, one over the other
hi
this issue has already been discussed on this forum, you must give a 'position:relative;' and z_index property to each menu container. Giving the highest value to the top menu.
It is not necessary to send me emails to ask for help as you have already done here. I very booked these days. thx
this issue has already been discussed on this forum, you must give a 'position:relative;' and z_index property to each menu container. Giving the highest value to the top menu.
It is not necessary to send me emails to ask for help as you have already done here. I very booked these days. thx
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- hadensandor
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 3 months ago #754
by hadensandor
Replied by hadensandor on topic Re: Two menus, one over the other
Hi Cedric,
thank you for your answer.
I have read the suggestion in the forum of course: "you must give a 'position:relative;' and z_index property to each menu container"
But how to do this? I'm not a web developer. I'm just a simple user.
Could you help me step by step please?
Which files shall I edit?
maximenuH_CK.php ? ja-sosdmenu.css ? moo_maximenuH_CK.css ?
How to "give a 'position:relative;' and z_index property to each menu container"?
I would be very grateful for your help
thank you for your answer.
I have read the suggestion in the forum of course: "you must give a 'position:relative;' and z_index property to each menu container"
But how to do this? I'm not a web developer. I'm just a simple user.
Could you help me step by step please?
Which files shall I edit?
maximenuH_CK.php ? ja-sosdmenu.css ? moo_maximenuH_CK.css ?
How to "give a 'position:relative;' and z_index property to each menu container"?
I would be very grateful for your help
Please Log in or Create an account to join the conversation.
13 years 3 months ago - 13 years 3 months ago #755
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Two menus, one over the other
you must first edit the file index.php of your template to have a structure like :
then in the css (use your template css files for example)
Code:
<div id="myfirstmenu">
<jdoc:include type="modules" name="firstmenu" />
</div>
<div id="mysecondmenu">
<jdoc:include type="modules" name="secondmenu" />
</div>
Code:
#myfirstmenu {position:relative;z-index:10;}
#mysecondmenu {position:relative;z-index:9;}
Joomlack Webmaster and Developer
Last edit: 13 years 3 months ago by ced1870.
The following user(s) said Thank You: hadensandor
Please Log in or Create an account to join the conversation.
- hadensandor
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 3 months ago #758
by hadensandor
Replied by hadensandor on topic Re: Two menus, one over the other
Hi Cedric,
It wasn't easy for me to solve the above mentioned problem ... but it succeded
Thank you for your help
Sandor
It wasn't easy for me to solve the above mentioned problem ... but it succeded
Thank you for your help
Sandor
Please Log in or Create an account to join the conversation.
13 years 3 months ago #759
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Re: Two menus, one over the other
cool ! now you are a programmer
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- hadensandor
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
13 years 3 months ago #760
by hadensandor
Replied by hadensandor on topic Re: Two menus, one over the other
No, I'm a polyhistor!
Please Log in or Create an account to join the conversation.
Time to create page: 0.218 seconds