- Posts: 5
- Thank you received: 0
menu items not run
-
lumix13
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19200
by lumix13
menu items not run was created by lumix13
the top-level menu items do not work when I add a second level heading. I defined both as a piece of content. looks up the item
www.fondazioneilcedro.it
HOME PAGE
Thanks
Thanks
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 #19227
by ivan.milic
Replied by ivan.milic on topic Re: menu items not run
open:
/modules/mod_hot_flashes_menu/tmpl/style.css
first entry:
#hot_flashes_menu, #hot_flashes_menu *{
margin:0 0 0 0;
padding:0 0 0 0;
border:none;
position: static;
letter-spacing: normal;
float:none;
height: 400px !important;
}
change:
position: static;
to
position: relative;
/modules/mod_hot_flashes_menu/tmpl/style.css
first entry:
#hot_flashes_menu, #hot_flashes_menu *{
margin:0 0 0 0;
padding:0 0 0 0;
border:none;
position: static;
letter-spacing: normal;
float:none;
height: 400px !important;
}
change:
position: static;
to
position: relative;
Please Log in to join the conversation.
Time to create page: 0.157 seconds