Sub menu issue
- trogladyte
- Topic Author
- Offline
- Platinum Member
2 years 1 month ago #66709
by trogladyte
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Sub menu issue was created by trogladyte
www.ckdev.info/sky
I have 2 sub menus, under About & Solar Solutions. On the first load, the sub menu pops out and is selectable. However, once the first selection of a sub menu item is done, the sub menu closes before you can click an item. Also, there are times when it will have a gap between the menu bar and the sub menu panel.
Confirmed on Chrome and Edge.
I have 2 sub menus, under About & Solar Solutions. On the first load, the sub menu pops out and is selectable. However, once the first selection of a sub menu item is done, the sub menu closes before you can click an item. Also, there are times when it will have a gap between the menu bar and the sub menu panel.
Confirmed on Chrome and Edge.
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Please Log in or Create an account to join the conversation.
2 years 1 month ago #66717
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Sub menu issue
Hi
this is because you have added a margin-top or -15px on the content just under the menu, it will take place over the menu and you loose the focus
you can avoid this using this custom css
CEd
this is because you have added a margin-top or -15px on the content just under the menu, it will take place over the menu and you loose the focus
you can avoid this using this custom css
Code:
#wrapper-menu {
z-index: 1;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- trogladyte
- Topic Author
- Offline
- Platinum Member
2 years 1 month ago #66722
by trogladyte
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Replied by trogladyte on topic Sub menu issue
Thanks Ced. I put the -15px in there as there was a gap at the top of banner1a that I couldn't identify. Thanks for the CSS to fix this - works perfectly.
A good landing is one you can walk away from.
A great landing is one where you can reuse the aircraft!
Please Log in or Create an account to join the conversation.
Time to create page: 0.199 seconds